Uses of Interface
io.reactivex.rxjava3.parallel.ParallelTransformer
-
Packages that use ParallelTransformer Package Description io.reactivex.rxjava3.parallel Contains the base typeParallelFlowable, a sub-DSL for working withFlowablesequences in parallel. -
-
Uses of ParallelTransformer in io.reactivex.rxjava3.parallel
Methods in io.reactivex.rxjava3.parallel with parameters of type ParallelTransformer Modifier and Type Method Description <@NonNull U>
@NonNull ParallelFlowable<U>ParallelFlowable. compose(@NonNull ParallelTransformer<@NonNull T,@NonNull U> composer)Allows composing operators, in assembly time, on top of thisParallelFlowableand returns anotherParallelFlowablewith composed features.
-