Uses of Interface
org.apache.flink.util.function.BiFunctionWithException
-
Packages that use BiFunctionWithException Package Description org.apache.flink.api.common.state.v2 org.apache.flink.util.function -
-
Uses of BiFunctionWithException in org.apache.flink.api.common.state.v2
Methods in org.apache.flink.api.common.state.v2 with parameters of type BiFunctionWithException Modifier and Type Method Description <U,V>
StateFuture<V>StateFuture. thenCombine(StateFuture<? extends U> other, BiFunctionWithException<? super T,? super U,? extends V,? extends Exception> fn)Returns a new StateFuture that, when this and the other given future both complete normally, is executed with the two results as arguments to the supplied function. -
Uses of BiFunctionWithException in org.apache.flink.util.function
Methods in org.apache.flink.util.function with parameters of type BiFunctionWithException Modifier and Type Method Description static <A,B,C>
java.util.function.BiFunction<A,B,C>BiFunctionWithException. unchecked(BiFunctionWithException<A,B,C,?> biFunctionWithException)Convert atBiFunctionWithExceptioninto aBiFunction.
-