Protocols

The following protocols are available globally.

  • Protocol describing an entity which is able to perform Void->Void blocks asynchronously.

    See more

    Declaration

    Swift

    public protocol AsyncBlockPerformer
  • Undocumented

    See more

    Declaration

    Swift

    public protocol FailureRateAwareError : Error
  • Protocol for handling Optionals as a protocol. Useful for generic constraints

    See more

    Declaration

    Swift

    public protocol OptionalProtocol