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