ObservableConvertibleType
public protocol ObservableConvertibleType
Type that can be converted to observable sequence (Observer<E>).
-
Converts
selftoObservablesequence.Declaration
Swift
func asObservable() -> Observable<E>Return Value
Observable sequence that represents
self. -
Type of elements in sequence.
Declaration
Swift
associatedtype E
ObservableConvertibleType Protocol Reference