Uses of Interface
io.activej.async.function.AsyncConsumer
Packages that use AsyncConsumer
-
Uses of AsyncConsumer in io.activej.async.function
Methods in io.activej.async.function that return AsyncConsumerModifier and TypeMethodDescriptionstatic <T> AsyncConsumer<T>AsyncConsumers.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncConsumer<T> consumer) static <T> AsyncConsumer<T>AsyncConsumers.buffer(AsyncConsumer<T> actual) static <T> AsyncConsumer<T>AsyncConsumer.of(io.activej.common.function.ConsumerEx<? super T> consumer) Wraps aConsumerExinterface.static <T> AsyncConsumer<T>AsyncConsumers.ofExecutor(AsyncExecutor executor, AsyncConsumer<T> consumer) static <T> AsyncConsumer<T>AsyncConsumer.sanitize(AsyncConsumerEx<? super T> consumer) Methods in io.activej.async.function with parameters of type AsyncConsumerModifier and TypeMethodDescriptionstatic <T> AsyncConsumer<T>AsyncConsumers.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncConsumer<T> consumer) static <T> AsyncConsumer<T>AsyncConsumers.buffer(AsyncConsumer<T> actual) static <T> AsyncConsumer<T>AsyncConsumers.ofExecutor(AsyncExecutor executor, AsyncConsumer<T> consumer)