| Interface | Description |
|---|---|
| BiConsumerWithException<T,U,E extends Throwable> |
A checked extension of the
BiConsumer interface. |
| BiFunctionWithException<T,U,R,E extends Throwable> |
BiFunction interface which can throw exceptions. |
| CheckedSupplier<R> | |
| FunctionWithException<T,R,E extends Throwable> |
A functional interface for a
Function that may
throw exceptions. |
| RunnableWithException |
Similar to a
Runnable, this interface is used to capture a block of code
to be executed. |
| SupplierWithException<R,E extends Throwable> |
A functional interface for a
Supplier that may
throw exceptions. |
| ThrowingConsumer<T,E extends Throwable> |
This interface is basically Java's
Consumer interface enhanced with the ability to throw
an exception. |
| ThrowingRunnable<E extends Throwable> |
Similar to a
Runnable, this interface is used to capture a block of code
to be executed. |
| Class | Description |
|---|---|
| FunctionUtils |
Utility class for Flink's functions.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.