IgniteBiPredicate<E1,E2> |
Defines a predicate which accepts two parameters and returns true or false .
|
IgniteClosure<E,R> |
Defines generic closure with one parameter.
|
IgniteInClosure<E> |
Closure with one in-parameter and void return type.
|
IgniteOutClosure<T> |
Closure that does not take any parameters and returns a value.
|
IgnitePredicate<E> |
Defines a predicate which accepts a parameter and returns true or false .
|
IgniteReducer<E,R> |
Defines generic reducer that collects multiple values and reduces them into one.
|