Uses of Interface
io.reactivex.rxjava3.parallel.ParallelTransformer
Packages that use ParallelTransformer
Package
Description
Contains the base type
ParallelFlowable
,
a sub-DSL for working with Flowable
sequences in parallel.-
Uses of ParallelTransformer in io.reactivex.rxjava3.parallel
Methods in io.reactivex.rxjava3.parallel with parameters of type ParallelTransformerModifier and TypeMethodDescriptionfinal <@NonNull U>
@NonNull ParallelFlowable<U> Allows composing operators, in assembly time, on top of thisParallelFlowable
and returns anotherParallelFlowable
with composed features.