Class CAX
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.GridAbsClosure
-
- org.apache.ignite.internal.util.lang.GridAbsClosureX
-
- org.apache.ignite.internal.util.typedef.CAX
-
- All Implemented Interfaces:
Serializable,Runnable,IgniteRunnable
public abstract class CAX extends GridAbsClosureX
DefinesaliasforGridAbsClosureXby 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 seeGridAbsClosureX.- See Also:
GridFunc,GridAbsClosureX, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CAX()
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.util.lang.GridAbsClosureX
apply, applyx
-
Methods inherited from class org.apache.ignite.internal.util.lang.GridAbsClosure
run
-
-