Upstream
- the upstream value typeDownstream
- the downstream value typepublic interface ParallelTransformer<Upstream,Downstream>
History: 2.0.8 - experimental
Modifier and Type | Method and Description |
---|---|
ParallelFlowable<Downstream> |
apply(ParallelFlowable<Upstream> upstream)
Applies a function to the upstream ParallelFlowable and returns a ParallelFlowable with
optionally different element type.
|
@NonNull ParallelFlowable<Downstream> apply(@NonNull ParallelFlowable<Upstream> upstream)
upstream
- the upstream ParallelFlowable instance