public abstract class GridAbsPredicateX extends Object implements GridAbsPredicate
apply() method that calls applyx() method
and properly wraps GridException into GridClosureException instance.| Constructor and Description |
|---|
GridAbsPredicateX() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply()
Predicate body.
|
abstract boolean |
applyx()
Predicate body that can throw
GridException. |
public boolean apply()
apply in interface GridAbsPredicatepublic abstract boolean applyx()
throws GridException
GridException.GridException - Thrown in case of any error condition inside of the predicate.Copyright © 2014. All rights reserved.