E
- Type of closure parameter.R
- Type of the closure return value.public interface IgniteClosure<E,R> extends Serializable
In Ignite closures are mainly used for executing distributed computations
on the grid, like in IgniteCompute.apply(IgniteClosure, Object)
method.
Modifier and Type | Method and Description |
---|---|
R |
apply(E e)
Closure body.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024