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