ObservableConvertible
public protocol ObservableConvertible<Element>
A protocol to provide all publisher-like classes access to a corresponding observable.
-
The type of element emitted by this subscribable.
Declaration
Swift
associatedtype Element -
Convert the current object to an
ObservableDeclaration
Swift
func asObservable() -> Observable<Element>
View on GitHub