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