Class CIX1<T>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.IgniteInClosureX<T>
-
- org.apache.ignite.internal.util.typedef.CIX1<T>
-
- Type Parameters:
T- Type of the factory closure.
- All Implemented Interfaces:
Serializable,IgniteInClosure<T>
public abstract class CIX1<T> extends IgniteInClosureX<T>
DefinesaliasforIgniteInClosureXby 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 seeIgniteInClosureX.- See Also:
GridFunc,IgniteInClosureX, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CIX1()
-