ObservableConvertible
public protocol ObservableConvertible<Element>
A type that can be converted to an Observable.
-
The type of element emitted by this observable source.
Declaration
Swift
associatedtype Element -
Convert the current object to an
Observable.Declaration
Swift
func asObservable() -> Observable<Element>
-
asObservable()Default implementationDefault Implementation
Undocumented
Declaration
Swift
func asObservable() -> Observable<Element>
View on GitHub