Class CA
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.GridAbsClosure
-
- org.apache.ignite.internal.util.typedef.CA
-
- All Implemented Interfaces:
Serializable,Runnable,IgniteRunnable
public abstract class CA extends GridAbsClosure
DefinesaliasforGridAbsClosureby 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 seeGridAbsClosure.- See Also:
GridFunc,GridAbsClosure, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CA()
-