T - the upstream typeR - the output type@FunctionalInterface public 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(@NonNull ParallelFlowable<T> upstream)
Applies a function to the upstream ParallelFlowable and returns a converted value of type
R. |