Uses of Interface
org.danekja.java.util.function.serializable.SerializableIntPredicate
-
Packages that use SerializableIntPredicate Package Description org.danekja.java.util.function.serializable This package contains serializable versions of JDK'sjava.util.functionpackage -
-
Uses of SerializableIntPredicate in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableIntPredicate Modifier and Type Method Description default 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 SerializableIntPredicate Modifier and Type Method Description default 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.
-