Class NamedFunction<T,R>
- java.lang.Object
-
- org.apache.flink.runtime.asyncprocessing.declare.NamedCallback
-
- org.apache.flink.runtime.asyncprocessing.declare.NamedFunction<T,R>
-
- All Implemented Interfaces:
org.apache.flink.util.function.FunctionWithException<T,R,Exception>
@Experimental public class NamedFunction<T,R> extends NamedCallback implements org.apache.flink.util.function.FunctionWithException<T,R,Exception>
A named version ofFunction
.
-
-
Constructor Summary
Constructors Constructor Description NamedFunction(String name, org.apache.flink.util.function.FunctionWithException<T,R,? extends Exception> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(T t)
-
Methods inherited from class org.apache.flink.runtime.asyncprocessing.declare.NamedCallback
getName
-
-