Other Protocols
The following protocols are available globally.
-
Represents an observable sequence wrapper that can be connected and disconnected from its underlying observable sequence.
See moreDeclaration
Swift
public protocol ConnectableObservableType : ObservableType
-
Respresents a disposable resource.
See moreDeclaration
Swift
public protocol Disposable
-
Type that can be converted to observable sequence (
See moreObserver<E>).Declaration
Swift
public protocol ObservableConvertibleType
-
Supports push-style iteration over an observable sequence.
See moreDeclaration
Swift
public protocol ObserverType
-
Represents a push style sequence.
See moreDeclaration
Swift
public protocol ObservableType : ObservableConvertibleType
-
Represents an object that schedules units of work.
See moreDeclaration
Swift
public protocol SchedulerType: ImmediateSchedulerType
-
Represents an object that immediately schedules units of work.
See moreDeclaration
Swift
public protocol ImmediateSchedulerType
-
Represents disposable resource with state tracking.
See moreDeclaration
Swift
public protocol Cancelable : Disposable
Other Protocols Reference