Interface CO<T>
-
- Type Parameters:
T- Type of the factory closure.
- All Superinterfaces:
IgniteOutClosure<T>,Serializable
public interface CO<T> extends IgniteOutClosure<T>
DefinesaliasforIgniteOutClosureby 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 seeIgniteOutClosure.- See Also:
GridFunc,IgniteOutClosure
-
-
Method Summary
-
Methods inherited from interface org.apache.ignite.lang.IgniteOutClosure
apply
-
-