Uses of Package
org.apache.flink.util.function
-
Classes in org.apache.flink.util.function used by org.apache.flink.api.common.operators Class Description RunnableWithException Similar to aRunnable, this interface is used to capture a block of code to be executed.ThrowingRunnable Similar to aRunnable, this interface is used to capture a block of code to be executed. -
Classes in org.apache.flink.util.function used by org.apache.flink.configuration Class Description FunctionWithException A functional interface for aFunctionthat may throw exceptions. -
Classes in org.apache.flink.util.function used by org.apache.flink.core.fs Class Description FunctionWithException A functional interface for aFunctionthat may throw exceptions. -
Classes in org.apache.flink.util.function used by org.apache.flink.core.io Class Description SerializableSupplier A serializableSupplier. -
Classes in org.apache.flink.util.function used by org.apache.flink.util Class Description BiConsumerWithException A checked extension of theBiConsumerinterface.BiFunctionWithException BiFunctioninterface which can throw exceptions.CheckedSupplier Similar toSupplierbut can throwException.RunnableWithException Similar to aRunnable, this interface is used to capture a block of code to be executed.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. -
Classes in org.apache.flink.util.function used by org.apache.flink.util.concurrent Class Description RunnableWithException Similar to aRunnable, this interface is used to capture a block of code to be executed.SupplierWithException A functional interface for aSupplierthat may throw exceptions. -
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.RunnableWithException Similar to aRunnable, this interface is used to capture a block of code to be executed.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.