| Package | Description |
|---|---|
| org.apache.flink.util | |
| org.apache.flink.util.function |
| Class and Description |
|---|
| CheckedSupplier |
| RunnableWithException
Similar to a
Runnable, this interface is used to capture a block of code
to be executed. |
| SupplierWithException
A functional interface for a
Supplier that may
throw exceptions. |
| ThrowingConsumer
This interface is basically Java's
Consumer interface enhanced with the ability to throw
an exception. |
| ThrowingRunnable
Similar to a
Runnable, this interface is used to capture a block of code
to be executed. |
| Class and Description |
|---|
| BiConsumerWithException
A checked extension of the
BiConsumer interface. |
BiFunctionWithException
BiFunction interface which can throw exceptions. |
| CheckedSupplier |
| FunctionWithException
A functional interface for a
Function that may
throw exceptions. |
| SupplierWithException
A functional interface for a
Supplier that may
throw exceptions. |
| ThrowingConsumer
This interface is basically Java's
Consumer interface enhanced with the ability to throw
an exception. |
| ThrowingRunnable
Similar to a
Runnable, this interface is used to capture a block of code
to be executed. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.