Uses of Interface
de.hybris.platform.cms2.common.functions.ChainFunction
Packages that use ChainFunction
Package
Description
-
Uses of ChainFunction in de.hybris.platform.cms2.common.functions
Methods in de.hybris.platform.cms2.common.functions that return ChainFunctionModifier and TypeMethodDescriptiondefault 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 ChainFunctionModifier and TypeMethodDescriptiondefault 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 ChainFunctionModifier and TypeMethodDescriptionstatic <SOURCE,TARGET>
ChainFunction<SOURCE,TARGET> Functions.ofSupplierConstrainedBy(Supplier<TARGET> supplier, Predicate<SOURCE> conditionalTo) Returns aChainFunctionthat will delegate when the providedPredicateis not satisfied