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