Uses of Interface
io.smallrye.common.function.ObjLongPredicate
-
Uses of ObjLongPredicate in io.smallrye.common.function
Methods in io.smallrye.common.function that return ObjLongPredicateModifier and TypeMethodDescriptiondefault ObjLongPredicate<T> ObjLongPredicate.and(ObjLongPredicate<? super T> other) Returns a predicate which istrueonly when this and the given predicate returntrue.default ObjLongPredicate<T> ObjLongPredicate.negate()Returns a predicate which istruewhen this predicate isfalse, and vice-versa.default ObjLongPredicate<T> ObjLongPredicate.or(ObjLongPredicate<? 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 ObjLongPredicateModifier and TypeMethodDescriptiondefault ObjLongPredicate<T> ObjLongPredicate.and(ObjLongPredicate<? super T> other) Returns a predicate which istrueonly when this and the given predicate returntrue.default ObjLongPredicate<T> ObjLongPredicate.or(ObjLongPredicate<? super T> other) Returns a predicate which istruewhen either this or the given predicate returntrue.