| Package | Description |
|---|---|
| org.danekja.java.util.function.serializable |
This package contains serializable versions of JDK's
java.util.function package |
| Modifier and Type | Method and Description |
|---|---|
default 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> |
SerializablePredicate.isEqual(Object targetRef) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
Copyright © 2019. All rights reserved.