public abstract class GridPredicate2X<E1,E2> extends Object implements GridBiPredicate<E1,E2>
apply(Object, Object) method that calls applyx(Object, Object)
method and properly wraps GridException into GridClosureException instance.PX2,
Serialized Form| Constructor and Description |
|---|
GridPredicate2X() |
public boolean apply(E1 e1, E2 e2)
apply in interface GridBiPredicate<E1,E2>e1 - First parameter.e2 - Second parameter.public abstract boolean applyx(E1 e1, E2 e2) throws GridException
GridException.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.GridException - Thrown in case of any error condition inside of the predicate.Copyright © 2014. All rights reserved.