public abstract class IgnitePredicateX<E1> extends Object implements IgnitePredicate<E1>
apply(Object) method that calls applyx(Object) method
and properly wraps IgniteCheckedException into GridClosureException instance.PX1,
Serialized Form| Constructor and Description |
|---|
IgnitePredicateX() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(E1 e)
Predicate body.
|
abstract boolean |
applyx(E1 e)
Predicate body that can throw
IgniteCheckedException. |
public boolean apply(E1 e)
apply in interface IgnitePredicate<E1>e - Predicate parameter.public abstract boolean applyx(E1 e) throws IgniteCheckedException
IgniteCheckedException.e - 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 Fabric : ver. 2.0.0 Release Date : April 30 2017