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.FunctionWithExceptions Modifier and Type Method Description static <T,R,E extends Exception>
Function<T,R>LambdaExceptionUtils. rethrowFunction(LambdaExceptionUtils.FunctionWithExceptions<T,R,E> function)This method allows a Function which throws exceptions to be used in places which expects a Function.
-