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