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 ofBiFunction
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
apply(T t, U u)
-
Methods inherited from class org.apache.flink.runtime.asyncprocessing.declare.NamedCallback
getName
-
-