Uses of Package
org.apache.flink.util.function
-
Packages that use org.apache.flink.util.function Package Description org.apache.flink.api.common.state.v2 org.apache.flink.util.function -
Classes in org.apache.flink.util.function used by org.apache.flink.api.common.state.v2 Class Description BiFunctionWithException BiFunctioninterface which can throw exceptions.FunctionWithException A functional interface for aFunctionthat may throw exceptions.ThrowingConsumer This interface is basically Java'sConsumerinterface enhanced with the ability to throw an exception. -
Classes in org.apache.flink.util.function used by org.apache.flink.util.function Class Description BiConsumerWithException A checked extension of theBiConsumerinterface.BiFunctionWithException BiFunctioninterface which can throw exceptions.CheckedSupplier Similar toSupplierbut can throwException.FunctionWithException A functional interface for aFunctionthat may throw exceptions.SupplierWithException A functional interface for aSupplierthat may throw exceptions.ThrowingConsumer This interface is basically Java'sConsumerinterface enhanced with the ability to throw an exception.ThrowingRunnable Similar to aRunnable, this interface is used to capture a block of code to be executed.TriConsumer Operation which is performed on three given arguments.TriConsumerWithException A checked extension of theTriConsumerinterface.TriFunction Function which takes three arguments.TriFunctionWithException Function which takes three arguments.