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.SupplierWithExceptionsModifier and TypeMethodDescriptionLambdaExceptionUtils.rethrowSupplier(LambdaExceptionUtils.SupplierWithExceptions<T, E> function) This method allows a Supplier which throws exceptions to be used in places which expects a Supplier.