T
- the upstream typeR
- the output typepublic interface FlowableConverter<T,R>
Flowable.as(io.reactivex.FlowableConverter<T, ? extends R>)
operator to turn a Flowable into another
value fluently.
History: 2.1.7 - experimental
Modifier and Type | Method and Description |
---|---|
R |
apply(Flowable<T> upstream)
Applies a function to the upstream Flowable and returns a converted value of type
R . |