Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.NamedBiFunction
-
Packages that use NamedBiFunction Package Description org.apache.flink.runtime.asyncprocessing.declare -
-
Uses of NamedBiFunction in org.apache.flink.runtime.asyncprocessing.declare
Methods in org.apache.flink.runtime.asyncprocessing.declare that return NamedBiFunction Modifier and Type Method Description <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.
-