Closure7Holder

public class Closure7Holder<S, T, U, V, W, X, Y, Z>

Internal Class that wraps a 7-parameter closure to make sure the closure is retained until no longer required

  • Undocumented

    Declaration

    Swift

    public let call: (S, T, U, V, W, X, Y) -> Z
  • Undocumented

    Declaration

    Swift

    public init(_ closure: @escaping (S, T, U, V, W, X, Y) -> Z)