E1
- Type of the first parameter.E2
- Type of the second parameter.public interface IgniteBiPredicate<E1,E2> extends Serializable
true
or false
.Modifier and Type | Method and Description |
---|---|
default IgniteBiPredicate<E1,E2> |
and(IgniteBiPredicate<E1,E2> then)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
boolean |
apply(E1 e1,
E2 e2)
Predicate body.
|
boolean apply(E1 e1, E2 e2)
e1
- First parameter.e2
- Second parameter.default IgniteBiPredicate<E1,E2> and(IgniteBiPredicate<E1,E2> then)
false
, then the other
predicate is not evaluated.
Any exceptions thrown during evaluation of either predicate are relayed
to the caller; if evaluation of this predicate throws an exception, the
other
predicate will not be evaluated.
then
- a predicate that will be logically-ANDed with this
predicateother
predicateNullPointerException
- if other is null
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024