Uses of Interface
org.openmetadata.service.util.LambdaExceptionUtil.ComparatorWithExceptions
-
Packages that use LambdaExceptionUtil.ComparatorWithExceptions Package Description org.openmetadata.service.util -
-
Uses of LambdaExceptionUtil.ComparatorWithExceptions in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type LambdaExceptionUtil.ComparatorWithExceptions Modifier and Type Method Description static <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.
-