public abstract class IgniteClosureX<E,R> extends Object implements IgniteClosure<E,R>
apply(Object) method that calls applyx(Object) method
and properly wraps IgniteCheckedException into GridClosureException instance.CX1,
Serialized Form| Constructor and Description |
|---|
IgniteClosureX() |
public R apply(E e)
apply in interface IgniteClosure<E,R>e - Closure parameter.public abstract R applyx(E e) throws IgniteCheckedException
IgniteCheckedException.e - The 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. 2.1.0 Release Date : July 20 2017