public abstract class GridPredicate3X<E1,E2,E3> extends Object implements GridPredicate3<E1,E2,E3>
apply(Object, Object, Object) method that calls
applyx(Object, Object, Object) method and properly wraps IgniteCheckedException
into GridClosureException instance.PX3| Constructor and Description |
|---|
GridPredicate3X() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(E1 e1,
E2 e2,
E3 e3)
Predicate body.
|
abstract boolean |
applyx(E1 e1,
E2 e2,
E3 e3)
Predicate body that can throw
IgniteCheckedException. |
public boolean apply(E1 e1, E2 e2, E3 e3)
apply in interface GridPredicate3<E1,E2,E3>e1 - First bound free variable, i.e. the element the closure is called or closed on.e2 - Second bound free variable, i.e. the element the closure is called or closed on.e3 - Third bound free variable, i.e. the element the closure is called or closed on.public abstract boolean applyx(E1 e1, E2 e2, E3 e3) 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.e3 - Third 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.10.0 Release Date : March 10 2021