public abstract class GridClosureX<E,R> extends Object implements GridClosure<E,R>
apply(Object) method that calls applyx(Object) method
and properly wraps GridException into GridClosureException instance.CX1,
Serialized Form| Constructor and Description |
|---|
GridClosureX() |
public R apply(E e)
apply in interface GridClosure<E,R>e - Closure parameter.public abstract R applyx(E e) throws GridException
GridException.e - The variable the closure is called or closed on.GridException - Thrown in case of any error condition inside of the closure.Copyright © 2014. All rights reserved.