Uses of Interface
org.wso2.carbon.utils.LambdaExceptionUtils.FunctionWithExceptions
-
Uses of LambdaExceptionUtils.FunctionWithExceptions in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils with parameters of type LambdaExceptionUtils.FunctionWithExceptionsModifier and TypeMethodDescriptionLambdaExceptionUtils.rethrowFunction(LambdaExceptionUtils.FunctionWithExceptions<T, R, E> function) This method allows a Function which throws exceptions to be used in places which expects a Function.