Uses of Interface
de.hybris.platform.cms2.common.functions.ChainFunction
-
Packages that use ChainFunction Package Description de.hybris.platform.cms2.common.functions de.hybris.platform.cms2.common.functions.impl -
-
Uses of ChainFunction in de.hybris.platform.cms2.common.functions
Methods in de.hybris.platform.cms2.common.functions that return ChainFunction Modifier and Type Method Description default ChainFunction<SOURCE_TYPE,TARGET_TYPE>ChainFunction. orElse(ChainFunction<SOURCE_TYPE,TARGET_TYPE> orElse)Enablement of the chaining of aChainFunctionby specifying the delegation to another candidate at the orElse phase.Methods in de.hybris.platform.cms2.common.functions with parameters of type ChainFunction Modifier and Type Method Description default ChainFunction<SOURCE_TYPE,TARGET_TYPE>ChainFunction. orElse(ChainFunction<SOURCE_TYPE,TARGET_TYPE> orElse)Enablement of the chaining of aChainFunctionby specifying the delegation to another candidate at the orElse phase. -
Uses of ChainFunction in de.hybris.platform.cms2.common.functions.impl
Methods in de.hybris.platform.cms2.common.functions.impl that return ChainFunction Modifier and Type Method Description static <SOURCE,TARGET>
ChainFunction<SOURCE,TARGET>Functions. ofSupplierConstrainedBy(java.util.function.Supplier<TARGET> supplier, java.util.function.Predicate<SOURCE> conditionalTo)Returns aChainFunctionthat will delegate when the providedPredicateis not satisfied
-