Interface AsyncBiFunction<T,U,C>


public interface AsyncBiFunction<T,U,C>
A BiFunction-like interface designed to be used with asynchronous executions.
Opensearch.internal:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(T t, U u, org.opensearch.core.action.ActionListener<C> listener)
     
  • Method Details

    • apply

      void apply(T t, U u, org.opensearch.core.action.ActionListener<C> listener)