| Package | Description |
|---|---|
| de.hybris.platform.cmsfacades.common.function |
| Modifier and Type | Method and Description |
|---|---|
static <SOURCE,TARGET> |
Functions.ofSupplierConstrainedBy(java.util.function.Supplier<TARGET> supplier,
java.util.function.Predicate<SOURCE> conditionalTo)
Returns a
ChainFunction that will delegate when the provided Predicate is not satisfied |
default ChainFunction<SOURCE_TYPE,TARGET_TYPE> |
ChainFunction.orElse(ChainFunction<SOURCE_TYPE,TARGET_TYPE> orElse)
Enablement of the chaining of a
ChainFunction by specifying the delegation to another candidate at the orElse phase. |
| Modifier and Type | Method and Description |
|---|---|
default ChainFunction<SOURCE_TYPE,TARGET_TYPE> |
ChainFunction.orElse(ChainFunction<SOURCE_TYPE,TARGET_TYPE> orElse)
Enablement of the chaining of a
ChainFunction by specifying the delegation to another candidate at the orElse phase. |
Copyright © 2017 SAP SE. All Rights Reserved.