Uses of Interface
org.openmetadata.service.util.LambdaExceptionUtil.ConsumerWithExceptions
-
Packages that use LambdaExceptionUtil.ConsumerWithExceptions Package Description org.openmetadata.service.util -
-
Uses of LambdaExceptionUtil.ConsumerWithExceptions in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type LambdaExceptionUtil.ConsumerWithExceptions Modifier and Type Method Description static <T,E extends Exception>
Consumer<T>LambdaExceptionUtil. rethrowConsumer(LambdaExceptionUtil.ConsumerWithExceptions<T,E> consumer)Wrap a standardConsumerin aLambdaExceptionUtil.ConsumerWithExceptions.
-