Package org.elasticsearch.common
Interface AsyncBiFunction<T,U,C>
-
public interface AsyncBiFunction<T,U,C>
ABiFunction
-like interface designed to be used with asynchronous executions.
-
-
Method Summary
Modifier and Type Method Description void
apply(T t, U u, ActionListener<C> listener)
-
-
-
Method Detail
-
apply
void apply(T t, U u, ActionListener<C> listener)
-
-