Uses of Interface
org.wso2.carbon.utils.LambdaExceptionUtils.SupplierWithExceptions
-
-
Uses of LambdaExceptionUtils.SupplierWithExceptions in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils with parameters of type LambdaExceptionUtils.SupplierWithExceptions Modifier and Type Method Description static <T,E extends Exception>
Supplier<T>LambdaExceptionUtils. rethrowSupplier(LambdaExceptionUtils.SupplierWithExceptions<T,E> function)This method allows a Supplier which throws exceptions to be used in places which expects a Supplier.
-