Closure6Holder
public class Closure6Holder<S, T, U, V, W, X, Y>
Internal Class that wraps a 6-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
-
Undocumented
Declaration
Swift
public init(_ closure: @escaping (S, T, U, V, W, X) -> Y)