Closure5Holder

public class Closure5Holder<S, T, U, V, W, X>

Internal Class that wraps a 5-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
  • Undocumented

    Declaration

    Swift

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