T - the upstream typeR - the output typepublic interface ParallelFlowableConverter<T,R>
ParallelFlowable.as(io.reactivex.parallel.ParallelFlowableConverter<T, R>) operator to turn a ParallelFlowable into
another value fluently.| 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