public abstract class IgniteInClosureX<T> extends Object implements IgniteInClosure<T>
apply(Object) method that calls applyx(Object) method
and properly wraps IgniteCheckedException into GridClosureException instance.CIX1,
Serialized Form| Constructor and Description |
|---|
IgniteInClosureX() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T t)
Closure body.
|
abstract void |
applyx(T t)
In-closure body that can throw
IgniteCheckedException. |
public void apply(T t)
apply in interface IgniteInClosure<T>t - Closure argument.public abstract void applyx(T t) throws IgniteCheckedException
IgniteCheckedException.t - The variable the closure is called or closed on.IgniteCheckedException - Thrown in case of any error condition inside of the closure.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019