Package de.hybris.platform.cms2.common.functions
-
Interface Summary Interface Description ChainFunction<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.ThrowableSupplier<T> Represents a supplier of results that can throw any errors/exceptions.