Uses of Interface
org.danekja.java.util.function.serializable.SerializableIntPredicate
Packages that use SerializableIntPredicate
-
Uses of SerializableIntPredicate in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableIntPredicateModifier and TypeMethodDescriptiondefault SerializableIntPredicateSerializableIntPredicate.and(SerializableIntPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default SerializableIntPredicateSerializableIntPredicate.negate()Returns a predicate that represents the logical negation of this predicate.default SerializableIntPredicateSerializableIntPredicate.or(SerializableIntPredicate 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 SerializableIntPredicateModifier and TypeMethodDescriptiondefault SerializableIntPredicateSerializableIntPredicate.and(SerializableIntPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default SerializableIntPredicateSerializableIntPredicate.or(SerializableIntPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.