public abstract class GridInClosure3X<E1,E2,E3> extends Object implements GridInClosure3<E1,E2,E3>
apply(Object, Object, Object) method that calls
applyx(Object, Object, Object) method and properly wraps IgniteCheckedException
into GridClosureException instance.CIX3| Constructor and Description |
|---|
GridInClosure3X() |
public void apply(E1 e1, E2 e2, E3 e3)
apply in interface GridInClosure3<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 void applyx(E1 e1, E2 e2, E3 e3) throws IgniteCheckedException
IgniteCheckedException.e1 - First variable the closure is called or closed on.e2 - Second variable the closure is called or closed on.e3 - Third variable the closure is called or closed on.IgniteCheckedException - Thrown in case of any error condition inside of the closure.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015