public interface IObservable<T>
Observable
form.
Ideally, rx.Observable
would be an interface, which would make this interface unnecessary. But
so long as it isn't, this (combined with Rx
) makes it fairly seamless to fix this.
Modifier and Type | Method and Description |
---|---|
Observable<T> |
asObservable() |
Observable<T> asObservable()