Uses of Interface
org.openmetadata.service.util.LambdaExceptionUtil.ComparatorWithExceptions
Packages that use LambdaExceptionUtil.ComparatorWithExceptions
-
Uses of LambdaExceptionUtil.ComparatorWithExceptions in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type LambdaExceptionUtil.ComparatorWithExceptionsModifier and TypeMethodDescriptionstatic <T,E extends Exception>
Comparator<T>LambdaExceptionUtil.ignoringComparator(LambdaExceptionUtil.ComparatorWithExceptions<T, E> comparator) Wrap a standardComparator, swallowing allException.static <T,E extends Exception>
Comparator<T>LambdaExceptionUtil.rethrowComparator(LambdaExceptionUtil.ComparatorWithExceptions<T, E> comparator) Wrap a standardComparatorin aLambdaExceptionUtil.ComparatorWithExceptions.