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