Uses of Interface
io.github.juliengalet.reactorflow.builder.ParallelFlowBuilder.ParallelizedFlow
-
Packages that use ParallelFlowBuilder.ParallelizedFlow Package Description io.github.juliengalet.reactorflow.builder -
-
Uses of ParallelFlowBuilder.ParallelizedFlow in io.github.juliengalet.reactorflow.builder
Methods in io.github.juliengalet.reactorflow.builder that return ParallelFlowBuilder.ParallelizedFlow Modifier and Type Method Description ParallelFlowBuilder.ParallelizedFlow<T,M>ParallelFlowBuilder.Parallelize. parallelizeFromArray(Function<T,? extends Iterable<M>> parallelizeFromArray)Define the function that should return an array, in order to parallelizeFlowwhen iterate on it.
-