Interface HasUpstreamSingleSource<T>
- Type Parameters:
T- the value type
- All Known Implementing Classes:
MaybeFromSingle
-
Method Summary
-
Method Details
-
source
Returns the upstream source of this Single.Allows discovering the chain of observables.
- Returns:
- the source SingleSource
-