Uses of Interface
de.hybris.platform.cms2.common.functions.ThrowableSupplier
Packages that use ThrowableSupplier
Package
Description
-
Uses of ThrowableSupplier in de.hybris.platform.cms2.common.functions.impl
Methods in de.hybris.platform.cms2.common.functions.impl with parameters of type ThrowableSupplierModifier and TypeMethodDescriptionstatic <R> 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 ThrowableSupplierModifier and TypeMethodDescriptionprotected <T> TAbstractCMSPageService.getItemByCriteria(PagePreviewCriteriaData pagePreviewCriteria, ThrowableSupplier<T> defaultSupplier, ThrowableSupplier<T> versionSupplier) Returns a value that executes the function with one of the provided suppliers.