Uses of Interface
de.hybris.platform.cms2.common.functions.ThrowableSupplier
-
Packages that use ThrowableSupplier Package Description de.hybris.platform.cms2.common.functions.impl de.hybris.platform.cms2.servicelayer.services.impl -
-
Uses of ThrowableSupplier in de.hybris.platform.cms2.common.functions.impl
Methods in de.hybris.platform.cms2.common.functions.impl with parameters of type ThrowableSupplier Modifier and Type Method Description static <R> java.util.function.Supplier<R>FunctionExceptionHandler. supplier(ThrowableSupplier<R> supplier)Converts aThrowableSupplierto aSupplierthan can throw exceptions by converting them to unchecked exceptions. -
Uses of ThrowableSupplier in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type ThrowableSupplier Modifier and Type Method Description protected <T> TAbstractCMSPageService. getItemByCriteria(PagePreviewCriteriaData pagePreviewCriteria, ThrowableSupplier<T> defaultSupplier, ThrowableSupplier<T> versionSupplier)Returns a value that executes the function with one of the provided suppliers.
-