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