public abstract class IgniteClosure2X<E1,E2,R> extends Object implements IgniteBiClosure<E1,E2,R>
apply(Object, Object) method that calls applyx(Object, Object)
method and properly wraps IgniteCheckedException into GridClosureException instance.CX2,
Serialized Form| Constructor and Description |
|---|
IgniteClosure2X() |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(E1 e1,
E2 e2)
Closure body.
|
abstract R |
applyx(E1 e1,
E2 e2)
Closure body that can throw
IgniteCheckedException. |
public R apply(E1 e1, E2 e2)
apply in interface IgniteBiClosure<E1,E2,R>e1 - First parameter.e2 - Second parameter.public abstract R applyx(E1 e1, E2 e2) throws IgniteCheckedException
IgniteCheckedException.e1 - First bound free variable, i.e. the element the closure is called or closed on.e2 - Second bound free variable, i.e. the element 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.9.0 Release Date : October 15 2020