| Interface | Description |
|---|---|
| ChainFunction<SOURCE_TYPE,TARGET_TYPE> |
Represents a function that will delegate its returned
Optional-wrapped value to another ChainFunction if its
own execution returns empty. |
| Converter<S,T> |
Converter is a Functional interface that accepts one argument and produces another.
|
| ThrowableSupplier<T> |
Represents a supplier of results that can throw any errors/exceptions.
|
Copyright © 2018 SAP SE. All Rights Reserved.