Closure3Holder
public class Closure3Holder<S, T, U, V>
Internal Class that wraps a 3-parameter closure to make sure the closure is retained until no longer required
-
Undocumented
Declaration
Swift
public let call: (S, T, U) -> V -
Undocumented
Declaration
Swift
public init(_ closure: @escaping (S, T, U) -> V)
View on GitHub
Install in Dash
Closure3Holder Class Reference