Uses of Interface
org.apache.flink.util.function.FunctionWithException
-
Packages that use FunctionWithException Package Description org.apache.flink.api.common.state.v2 org.apache.flink.util.function -
-
Uses of FunctionWithException in org.apache.flink.api.common.state.v2
Methods in org.apache.flink.api.common.state.v2 with parameters of type FunctionWithException Modifier and Type Method Description <U> StateFuture<U>StateFuture. thenApply(FunctionWithException<? super T,? extends U,? extends Exception> fn)Returns a new StateFuture that, when this future completes normally, is executed with this future's result as the argument to the supplied function.<U> StateFuture<U>StateFuture. thenCompose(FunctionWithException<? super T,? extends StateFuture<U>,? extends Exception> action)Returns a new future that, when this future completes normally, is executed with this future as the argument to the supplied function. -
Uses of FunctionWithException in org.apache.flink.util.function
Methods in org.apache.flink.util.function with parameters of type FunctionWithException Modifier and Type Method Description static <A,B>
java.util.function.Function<A,B>FunctionWithException. unchecked(FunctionWithException<A,B,?> functionWithException)Convert atFunctionWithExceptioninto aFunction.
-