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