| Package | Description |
|---|---|
| de.hybris.platform.cms2.common.functions | |
| de.hybris.platform.cms2.common.functions.impl | |
| de.hybris.platform.cmsfacades.common.function |
| 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. |
| 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. |
| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainFunction
Deprecated.
since 6.7. Please use
ChainFunction instead. |
Copyright © 2018 SAP SE. All Rights Reserved.