org.gridgain.grid.typedef
Class CI3<E1,E2,E3>
java.lang.Object
org.gridgain.grid.lang.GridMetadataAwareAdapter
org.gridgain.grid.lang.GridLambdaAdapter
org.gridgain.grid.lang.GridInClosure3<E1,E2,E3>
org.gridgain.grid.typedef.CI3<E1,E2,E3>
- Type Parameters:
E1 - Type of the first parameter.E2 - Type of the second parameter.E3 - Type of the third parameter.
- All Implemented Interfaces:
- Serializable, Cloneable, GridMetadataAware, GridPeerDeployAware, GridLambda
public abstract class CI3<E1,E2,E3>
- extends GridInClosure3<E1,E2,E3>
Defines alias for GridInClosure3 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 GridInClosure3.
- See Also:
GridFunc,
GridInClosure3,
Serialized Form
-

|
Constructor Summary |
CI3()
|
| 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 |
CI3
public CI3()