Class RX3<E1,E2,E3,R>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.IgniteReducer3X<E1,E2,E3,R>
-
- org.apache.ignite.internal.util.typedef.RX3<E1,E2,E3,R>
-
- Type Parameters:
E1- Type of the free variable, i.e. the element the closure is called or closed on.R- Type of the closure's return value.
- All Implemented Interfaces:
Serializable,IgniteReducer3<E1,E2,E3,R>,IgniteOutClosure<R>
public abstract class RX3<E1,E2,E3,R> extends IgniteReducer3X<E1,E2,E3,R>
DefinesaliasforIgniteReducer3Xby extending it. Since Java doesn't provide type aliases (like Scala, for example) we resort to these types of measures. This is intended to provide for more concise code in cases when readability won't be sacrificed. For more information seeIgniteReducer3X.- See Also:
GridFunc,IgniteReducer3X, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RX3()
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.util.lang.IgniteReducer3X
apply, applyx
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.util.lang.IgniteReducer3
collect
-
-