Class NamedBiFunction<T,U,V>

java.lang.Object
org.apache.flink.runtime.asyncprocessing.declare.NamedCallback
org.apache.flink.runtime.asyncprocessing.declare.NamedBiFunction<T,U,V>
All Implemented Interfaces:
org.apache.flink.util.function.BiFunctionWithException<T,U,V,Exception>

@Experimental public class NamedBiFunction<T,U,V> extends NamedCallback implements org.apache.flink.util.function.BiFunctionWithException<T,U,V,Exception>
A named version of BiFunction.
  • Constructor Details

    • NamedBiFunction

      public NamedBiFunction(String name, org.apache.flink.util.function.BiFunctionWithException<T,U,V,? extends Exception> function)
  • Method Details

    • apply

      public V apply(T t, U u) throws Exception
      Specified by:
      apply in interface org.apache.flink.util.function.BiFunctionWithException<T,U,V,Exception>
      Throws:
      Exception