public abstract class GridClosure3X<E1,E2,E3,R> extends Object implements GridClosure3<E1,E2,E3,R>
apply(Object, Object, Object) method that calls
applyx(Object, Object, Object) method and properly wraps IgniteCheckedException
into GridClosureException instance.CX3| Constructor and Description |
|---|
GridClosure3X() |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(E1 e1,
E2 e2,
E3 e3)
Closure body.
|
abstract R |
applyx(E1 e1,
E2 e2,
E3 e3)
Closure body that can throw
IgniteCheckedException. |
public R apply(E1 e1, E2 e2, E3 e3)
apply in interface GridClosure3<E1,E2,E3,R>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.e3 - Third bound free variable, i.e. the element the closure is called or closed on.public abstract R applyx(E1 e1, E2 e2, E3 e3) 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.e3 - Third 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 Fabric : ver. 2.5.0 Release Date : May 23 2018