Type Aliases

The following type aliases are available globally.

  • A publisher that performs type erasure by wrapping another publisher. In case of failure, the associated value is a OrangeChatError.

    Declaration

    Swift

    public typealias OrangeChatPublisher<T> = AnyPublisher<T, OrangeChatError>