Interface AsyncBiFunction<T,U,C>


public interface AsyncBiFunction<T,U,C>
A BiFunction-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)