Uses of Interface
org.wso2.carbon.utils.LambdaExceptionUtils.BiConsumerWithExceptions
-
Uses of LambdaExceptionUtils.BiConsumerWithExceptions in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils with parameters of type LambdaExceptionUtils.BiConsumerWithExceptionsModifier and TypeMethodDescriptionstatic <T,U, E extends Exception>
BiConsumer<T, U> LambdaExceptionUtils.rethrowBiConsumer(LambdaExceptionUtils.BiConsumerWithExceptions<T, U, E> biConsumer) This method allows a BiConsumer which throws exceptions to be used in places which expects a BiConsumer.