Uses of Interface
io.activej.async.function.AsyncBiConsumer
Packages that use AsyncBiConsumer
-
Uses of AsyncBiConsumer in io.activej.async.function
Methods in io.activej.async.function that return AsyncBiConsumerModifier and TypeMethodDescriptionstatic <T,U> AsyncBiConsumer<T, U> AsyncBiConsumers.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncBiConsumer<T, U> consumer) static <T,U> AsyncBiConsumer<T, U> AsyncBiConsumers.buffer(AsyncBiConsumer<T, U> actual) static <T,U> AsyncBiConsumer<T, U> AsyncBiConsumer.of(io.activej.common.function.BiConsumerEx<? super T, ? super U> consumer) Wraps aBiConsumerExinterface.static <T,U> AsyncBiConsumer<T, U> AsyncBiConsumers.ofExecutor(AsyncExecutor executor, AsyncBiConsumer<T, U> consumer) static <T,U> AsyncBiConsumer<T, U> AsyncBiConsumer.sanitize(AsyncBiConsumerEx<? super T, U> consumer) Methods in io.activej.async.function with parameters of type AsyncBiConsumerModifier and TypeMethodDescriptionstatic <T,U> AsyncBiConsumer<T, U> AsyncBiConsumers.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncBiConsumer<T, U> consumer) static <T,U> AsyncBiConsumer<T, U> AsyncBiConsumers.buffer(AsyncBiConsumer<T, U> actual) static <T,U> AsyncBiConsumer<T, U> AsyncBiConsumers.ofExecutor(AsyncExecutor executor, AsyncBiConsumer<T, U> consumer)