Uses of Interface
org.openmetadata.service.util.LambdaExceptionUtil.FunctionWithExceptions
-
Packages that use LambdaExceptionUtil.FunctionWithExceptions Package Description org.openmetadata.service.util -
-
Uses of LambdaExceptionUtil.FunctionWithExceptions in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type LambdaExceptionUtil.FunctionWithExceptions Modifier and Type Method Description static <T,R,E extends Exception>
Function<T,R>LambdaExceptionUtil. rethrowFunction(LambdaExceptionUtil.FunctionWithExceptions<T,R,E> function)Wrap a standardFunctionin aLambdaExceptionUtil.FunctionWithExceptions.
-