| io.reactivex.SingleTransformer<Upstream, Downstream> |
Interface to compose Singles.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract SingleSource<Downstream> |
apply(Single<Upstream> upstream)
Applies a function to the upstream Single and returns a SingleSource with
optionally different element type.
| ||||||||||
Applies a function to the upstream Single and returns a SingleSource with optionally different element type.
| upstream | the upstream Single instance |
|---|