| Interface | Description |
|---|---|
| SerializableBiFunction<T,U,R> |
A function that accepts two arguments and produces a result.
|
| SerializableConsumer<I> |
A wrapped
Consumer which can be serialized. |
| SerializableFunction<I,O> |
A wrapped
Function which can be serialized. |
| SerializableFunctionUnchecked<I,O> |
Serializable
Function interface that only might be throwing unchecked exceptions |
| SerializablePairFlatMapFunction<I,K,V> |
A function that returns a stream of key-value pairs (Pair<K, V>).
|
| SerializablePairFunction<I,K,V> |
A function that returns key-value pairs (Tuple2<K, V>).
|
| SerializableSupplier<T> |
Serializable supplier interface.
|
| ThrowingConsumer<T> |
Throwing counterpart of
Consumer |
| Class | Description |
|---|---|
| FunctionWrapper |
Function wrapper util class, which catches the exception thrown by input function and return a similar function
with no exception thrown.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.