T - the value typepublic interface HasUpstreamObservableSource<T>
source() method.| Modifier and Type | Method and Description |
|---|---|
ObservableSource<T> |
source()
Returns the upstream source of this Observable.
|
ObservableSource<T> source()
Allows discovering the chain of observables.