public abstract class IgnitePredicate2X<E1,E2> extends Object implements IgniteBiPredicate<E1,E2>
apply(Object, Object) method that calls applyx(Object, Object)
method and properly wraps IgniteCheckedException into GridClosureException instance.PX2,
Serialized Form| Constructor and Description |
|---|
IgnitePredicate2X() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(E1 e1,
E2 e2)
Predicate body.
|
abstract boolean |
applyx(E1 e1,
E2 e2)
Predicate body that can throw
IgniteCheckedException. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandpublic boolean apply(E1 e1, E2 e2)
apply in interface IgniteBiPredicate<E1,E2>e1 - First parameter.e2 - Second parameter.public abstract boolean applyx(E1 e1, E2 e2) throws IgniteCheckedException
IgniteCheckedException.e1 - First bound free variable, i.e. the element the predicate is called or closed on.e2 - Second bound free variable, i.e. the element the predicate is called or closed on.IgniteCheckedException - Thrown in case of any error condition inside of the predicate.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020