Package org.apache.ignite.lang
package org.apache.ignite.lang
-
ClassDescriptionIgniteBiPredicate<E1,
E2> Defines a predicate which accepts two parameters and returnstrueorfalse.IgniteBiTuple<V1,V2> Convenience class representing mutable tuple of two values.IgniteClosure<E,R> Defines generic closure with one parameter.Future computation cannot be retrieved because it was cancelled.Closure with one in-parameter and void return type.Closure that does not take any parameters and returns a value.Defines a predicate which accepts a parameter and returnstrueorfalse.IgniteReducer<E,R> Defines generic reducer that collects multiple values and reduces them into one.