public abstract class IgniteOutClosureX<T> extends Object implements IgniteOutClosure<T>
apply() method that calls applyx() method and properly
wraps IgniteCheckedException into GridClosureException instance.| Constructor and Description |
|---|
IgniteOutClosureX() |
| Modifier and Type | Method and Description |
|---|---|
T |
apply()
Closure body.
|
abstract T |
applyx()
Out-closure body that can throw
IgniteCheckedException. |
public T apply()
apply in interface IgniteOutClosure<T>public abstract T applyx() throws IgniteCheckedException
IgniteCheckedException.IgniteCheckedException - Thrown in case of any error condition inside of the closure.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018