Package io.activej.async.function
Class AsyncBiFunctions
java.lang.Object
io.activej.async.function.AsyncBiFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T,U, R> AsyncBiFunction<T, U, R> buffer(int maxParallelCalls, int maxBufferedCalls, AsyncBiFunction<T, U, R> function) static <T,U, R> AsyncBiFunction<T, U, R> buffer(AsyncBiFunction<T, U, R> actual) static <T,U, R> AsyncBiFunction<T, U, R> ofExecutor(AsyncExecutor executor, AsyncBiFunction<T, U, R> function)
-
Constructor Details
-
AsyncBiFunctions
public AsyncBiFunctions()
-
-
Method Details
-
buffer
@Contract(pure=true) public static <T,U, AsyncBiFunction<T,R> U, bufferR> (AsyncBiFunction<T, U, R> actual) -
buffer
@Contract(pure=true) public static <T,U, AsyncBiFunction<T,R> U, bufferR> (int maxParallelCalls, int maxBufferedCalls, AsyncBiFunction<T, U, R> function) -
ofExecutor
@Contract(pure=true) public static <T,U, AsyncBiFunction<T,R> U, ofExecutorR> (AsyncExecutor executor, AsyncBiFunction<T, U, R> function)
-