Uses of Interface
org.danekja.java.util.function.serializable.SerializablePredicate
Packages that use SerializablePredicate
-
Uses of SerializablePredicate in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializablePredicateModifier and TypeMethodDescriptiondefault SerializablePredicate<T> SerializablePredicate.and(SerializablePredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static <T> SerializablePredicate<T> default SerializablePredicate<T> SerializablePredicate.negate()Returns a predicate that represents the logical negation of this predicate.default SerializablePredicate<T> SerializablePredicate.or(SerializablePredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in org.danekja.java.util.function.serializable with parameters of type SerializablePredicateModifier and TypeMethodDescriptiondefault SerializablePredicate<T> SerializablePredicate.and(SerializablePredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default SerializablePredicate<T> SerializablePredicate.or(SerializablePredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.