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