Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.NamedFunction
Packages that use NamedFunction
-
Uses of NamedFunction in org.apache.flink.runtime.asyncprocessing.declare
Methods in org.apache.flink.runtime.asyncprocessing.declare that return NamedFunctionModifier and TypeMethodDescription<T,V> NamedFunction<T, V> DeclarationContext.declare(String name, org.apache.flink.util.function.FunctionWithException<T, V, ? extends Exception> callback) Declare a callback with a name.<T,V> NamedFunction<T, V> DeclarationContext.declare(org.apache.flink.util.function.FunctionWithException<T, V, ? extends Exception> callback) Declare a callback with an automatically assigned name.