public abstract class IgniteInClosure2X<E1,E2> extends Object implements IgniteBiInClosure<E1,E2>
apply(Object, Object) method that calls applyx(Object, Object)
method and properly wraps IgniteCheckedException into GridClosureException instance.CIX2,
Serialized Form| Constructor and Description |
|---|
IgniteInClosure2X() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(E1 e1,
E2 e2)
Closure body.
|
abstract void |
applyx(E1 e1,
E2 e2)
In-closure body that can throw
IgniteCheckedException. |
public void apply(E1 e1, E2 e2)
apply in interface IgniteBiInClosure<E1,E2>e1 - First parameter.e2 - Second parameter.public abstract void applyx(E1 e1, E2 e2) throws IgniteCheckedException
IgniteCheckedException.e1 - First variable the closure is called or closed on.e2 - Second 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.11.0 Release Date : September 11 2021