Uses of Interface
io.smallrye.common.function.ExceptionObjIntPredicate
-
Uses of ExceptionObjIntPredicate in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionObjIntPredicateModifier and TypeMethodDescriptiondefault ExceptionObjIntPredicate<T, E> ExceptionObjIntPredicate.and(ExceptionObjIntPredicate<? super T, ? extends E> other) Returns a predicate which istrueonly when this and the given predicate returntrue.default ExceptionObjIntPredicate<T, E> ExceptionObjIntPredicate.negate()Returns a predicate which istruewhen this predicate isfalse, and vice-versa.default ExceptionObjIntPredicate<T, E> ExceptionObjIntPredicate.or(ExceptionObjIntPredicate<? super T, ? extends E> other) Returns a predicate which istruewhen either this or the given predicate returntrue.Methods in io.smallrye.common.function with parameters of type ExceptionObjIntPredicateModifier and TypeMethodDescriptiondefault ExceptionObjIntPredicate<T, E> ExceptionObjIntPredicate.and(ExceptionObjIntPredicate<? super T, ? extends E> other) Returns a predicate which istrueonly when this and the given predicate returntrue.default ExceptionObjIntPredicate<T, E> ExceptionObjIntPredicate.or(ExceptionObjIntPredicate<? super T, ? extends E> other) Returns a predicate which istruewhen either this or the given predicate returntrue.