Uses of Class
io.github.bucket4j.util.concurrent.batch.BatchHelper
-
Packages that use BatchHelper Package Description io.github.bucket4j.util.concurrent.batch -
-
Uses of BatchHelper in io.github.bucket4j.util.concurrent.batch
Methods in io.github.bucket4j.util.concurrent.batch that return BatchHelper Modifier and Type Method Description static <T,R,CT,CR>
BatchHelper<T,R,CT,CR>BatchHelper. create(Function<List<T>,CT> taskCombiner, Function<CT,CR> combinedTaskExecutor, BiFunction<CT,CR,List<R>> combinedResultSplitter)static <T,R,CT,CR>
BatchHelper<T,R,CT,CR>BatchHelper. create(Function<List<T>,CT> taskCombiner, Function<CT,CR> combinedTaskExecutor, Function<T,R> taskExecutor, BiFunction<CT,CR,List<R>> combinedResultSplitter)
-