Uses of Interface
io.activej.async.function.AsyncBiFunction
Packages that use AsyncBiFunction
-
Uses of AsyncBiFunction in io.activej.async.function
Methods in io.activej.async.function that return AsyncBiFunctionModifier and TypeMethodDescriptionstatic <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunctions.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncBiFunction<T, U, R> function) static <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunctions.buffer(AsyncBiFunction<T, U, R> actual) static <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunction.of(io.activej.common.function.BiFunctionEx<? super T, ? super U, ? extends R> function) Wraps aBiFunctionExinterface.static <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunctions.ofExecutor(AsyncExecutor executor, AsyncBiFunction<T, U, R> function) static <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunction.sanitize(AsyncBiFunctionEx<? super T, ? super U, R> function) Methods in io.activej.async.function with parameters of type AsyncBiFunctionModifier and TypeMethodDescriptionstatic <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunctions.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncBiFunction<T, U, R> function) static <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunctions.buffer(AsyncBiFunction<T, U, R> actual) static <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunctions.ofExecutor(AsyncExecutor executor, AsyncBiFunction<T, U, R> function)