Package de.hybris.platform.cms2.common.functions
package de.hybris.platform.cms2.common.functions
-
InterfacesClassDescriptionChainFunction<SOURCE_TYPE,
TARGET_TYPE> Represents a function that will delegate its returnedOptional-wrapped value to anotherChainFunctionif its own execution returns empty.Converter<S,T> Converter is a Functional interface that accepts one argument and produces another.Represents a supplier of results that can throw any errors/exceptions.