Other Protocols
The following protocols are available globally.
-
A type that can be converted to
See moreEvent<Element>
.Declaration
Swift
public protocol EventConvertible
-
Represents an entity capable of decoding raw
See moreData
into a concreteDecodable
typeDeclaration
Swift
public protocol DataDecoder
-
A type that has reactive extensions.
See moreDeclaration
Swift
public protocol ReactiveCompatible
-
Infallible
is anObservable
-like push-style interface which is guaranteed to not emit error events.Unlike
See moreSharedSequence
, it does not share its resources or replay its events, but acts as a standardObservable
.Declaration
Swift
public protocol InfallibleType : ObservableConvertibleType
-
Observable sequences containing 0 or 1 element
See moreDeclaration
Swift
public protocol PrimitiveSequenceType