Uses of Class
io.activej.async.AsyncAccumulator
-
Packages that use AsyncAccumulator Package Description io.activej.async -
-
Uses of AsyncAccumulator in io.activej.async
Methods in io.activej.async that return AsyncAccumulator Modifier and Type Method Description static <A> AsyncAccumulator<A>AsyncAccumulator. create(A accumulator)<T> AsyncAccumulator<A>AsyncAccumulator. withPromise(@NotNull Promise<T> promise, @NotNull BiConsumer<A,T> accumulator)
-