Int.G.Companion
object Companion
Companion object contains a set of classes, which provide companion object functionality for customized generic containers.
- Source
- __.scala
class java.lang.Object
trait scala.Matchable
class Any
Member
Int Generic Type Assigened Containers
This trait customizes generic containers with given Primitive type.
Containers trait is already mixed with Opaque.Data, so the application code usually uses them indirectly when defining data elements.
- Source
- Containers.scala