org.gridgain.grid.typedef
Class RX3<E1,E2,E3,R>
java.lang.Object
org.gridgain.grid.lang.GridMetadataAwareAdapter
org.gridgain.grid.lang.GridLambdaAdapter
org.gridgain.grid.lang.GridOutClosure<R>
org.gridgain.grid.lang.GridReducer3<E1,E2,E3,R>
org.gridgain.grid.lang.GridReducer3X<E1,E2,E3,R>
org.gridgain.grid.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, Cloneable, Callable<R>, GridJob, GridMetadataAware, GridPeerDeployAware, GridLambda
public abstract class RX3<E1,E2,E3,R>
- extends GridReducer3X<E1,E2,E3,R>
Defines alias for GridReducer3X by 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 see GridReducer3X.
- See Also:
GridFunc,
GridReducer3X,
Serialized Form
-

|
Constructor Summary |
RX3()
|
| Methods inherited from class org.gridgain.grid.lang.GridMetadataAwareAdapter |
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, clone, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, readExternalMeta, removeMeta, removeMeta, replaceMeta, writeExternalMeta |
| Methods inherited from interface org.gridgain.grid.GridMetadataAware |
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, removeMeta, removeMeta, replaceMeta |
RX3
public RX3()