Package dev.webfx.platform.async
Interface AsyncBiFunction<T,U,R>
- All Superinterfaces:
BiFunction<T,
U, Future<R>>
A functional interface for asynchronous operations that take two arguments and return a future result.
- Author:
- Bruno Salmon
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<T,
U, R>
-