| 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 SerializableBiPredicate<T,U> |
SerializableBiPredicate.and(SerializableBiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
default SerializableBiPredicate<T,U> |
SerializableBiPredicate.negate()
Returns a predicate that represents the logical negation of this
predicate.
|
default SerializableBiPredicate<T,U> |
SerializableBiPredicate.or(SerializableBiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
| Modifier and Type | Method and Description |
|---|---|
default SerializableBiPredicate<T,U> |
SerializableBiPredicate.and(SerializableBiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
default SerializableBiPredicate<T,U> |
SerializableBiPredicate.or(SerializableBiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
Copyright © 2019. All rights reserved.