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.ConsumerWithExceptionsModifier and TypeMethodDescriptionLambdaExceptionUtils.rethrowConsumer(LambdaExceptionUtils.ConsumerWithExceptions<T, E> consumer) This method allows a Consumer which throws exceptions to be used in places which expects a Consumer.