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.26 Release Date : October 16 2025