Uses of Interface
io.dingodb.sdk.common.utils.NoBreakFunctions.Predicate
Packages that use NoBreakFunctions.Predicate
-
Uses of NoBreakFunctions.Predicate in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils with parameters of type NoBreakFunctions.PredicateModifier and TypeMethodDescriptionstatic <T> Predicate<T>NoBreakFunctions.wrap(NoBreakFunctions.Predicate<T> predicate) static <T> Predicate<T>NoBreakFunctions.wrap(NoBreakFunctions.Predicate<T> predicate, Boolean or) static <T> Predicate<T>NoBreakFunctions.wrap(NoBreakFunctions.Predicate<T> predicate, BiConsumer<T, Throwable> throwableConsumer) static <T> Predicate<T>NoBreakFunctions.wrap(NoBreakFunctions.Predicate<T> predicate, BiConsumer<T, Throwable> throwableConsumer, Boolean or) static <T> Predicate<T>NoBreakFunctions.wrap(NoBreakFunctions.Predicate<T> predicate, Consumer<Throwable> throwableConsumer) static <T> Predicate<T>NoBreakFunctions.wrap(NoBreakFunctions.Predicate<T> predicate, Consumer<Throwable> throwableConsumer, Boolean or) static <T> Predicate<T>NoBreakFunctions.wrap(NoBreakFunctions.Predicate<T> predicate, org.slf4j.Logger log)