org.gridgain.grid.typedef
Class CAX
java.lang.Object
org.gridgain.grid.lang.GridLambdaAdapter
org.gridgain.grid.lang.GridAbsClosure
org.gridgain.grid.lang.GridAbsClosureX
org.gridgain.grid.typedef.CAX
- All Implemented Interfaces:
- Serializable, Runnable, GridJob, GridPeerDeployAware, GridLambda
public abstract class CAX
- extends GridAbsClosureX
Defines alias for GridAbsClosureX 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 GridAbsClosureX.
- See Also:
GridFunc,
GridAbsClosureX,
Serialized Form
-

|
Constructor Summary |
CAX()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAX
public CAX()