Protocols

The following protocols are available globally.

  • An optional protocol for ActionError for use in type constraints

    See more

    Declaration

    Swift

    public protocol ActionErrorProtocol : Error
  • A protocol for Actions for generic constraints and code reuse.

    See more

    Declaration

    Swift

    public protocol ActionProtocol
  • Deprecated: Please just make your type conform to ReactiveExtensionsProvider. The goal of this protocol is to add RAC-style reactive proxy to Swift objects.

    See more

    Declaration

    Swift

    @available(*, deprecated, renamed: "ReactiveExtensionsProvider")
    public protocol ReactiveLifetimeProvider : ReactiveExtensionsProvider