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() |
public 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 Fabric : ver. 1.1.0-incubating Release Date : May 20 2015