T - Type of the factory closure.public abstract class COX<T> extends GridOutClosureX<T>
alias for GridOutClosureX 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 GridOutClosureX.GridFunc,
GridOutClosureX,
Serialized Form| Constructor and Description |
|---|
COX() |
Copyright © 2014. All rights reserved.