T - the upstream typeR - the output typepublic interface ParallelFlowableConverter<T,R>
ParallelFlowable.to(io.reactivex.rxjava3.parallel.ParallelFlowableConverter<T, R>) operator to turn a ParallelFlowable into
another value fluently.
History: 2.1.7 - experimental
| Modifier and Type | Method and Description |
|---|---|
R |
apply(ParallelFlowable<T> upstream)
Applies a function to the upstream ParallelFlowable and returns a converted value of type
R. |
@NonNull R apply(@NonNull ParallelFlowable<T> upstream)
R.upstream - the upstream ParallelFlowable instance