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