org.gridgain.grid.typedef
Class CO<T>
java.lang.Object
org.gridgain.grid.lang.GridMetadataAwareAdapter
org.gridgain.grid.lang.GridLambdaAdapter
org.gridgain.grid.lang.GridOutClosure<T>
org.gridgain.grid.typedef.CO<T>
- Type Parameters:
T - Type of the factory closure.
- All Implemented Interfaces:
- Serializable, Cloneable, Callable<T>, GridJob, GridMetadataAware, GridPeerDeployAware, GridLambda
public abstract class CO<T>
- extends GridOutClosure<T>
Defines alias for GridOutClosure 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 GridOutClosure.
- See Also:
GridFunc,
GridOutClosure,
Serialized Form
-

| 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 |
CO
public CO()