| 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.
|
| TriConsumer<T,U,B> |
Represents an operation that accepts three input arguments and returns no
result.
|
| ValidationConsumer<T> |
ValidationConsumer is an interface that works along with other Validators to help with the validation work.
|
| Validator<T> |
Validator is a Functional Interface that consumes an object to be validated.
|
| Class | Description |
|---|---|
| Functions |
Helper class handling specialized types of
ChainFunction |
Copyright © 2017 SAP SE. All Rights Reserved.