Closure4Holder
public class Closure4Holder<S, T, U, V, W>
Internal Class that wraps a 4-parameter closure to make sure the closure is retained until no longer required
-
Undocumented
Declaration
Swift
public let call: (S, T, U, V) -> W
-
Undocumented
Declaration
Swift
public init(_ closure: @escaping (S, T, U, V) -> W)