Short.Custom

object Custom
Source
__.scala
class Object
trait Matchable
class Any

Member

abstract class Data[A <: Short](typeName: String) extends Short.Custom.Type[A] with Short.Custom.Framework[A]

Short Data Type Base

Data not only defines a Short based opaque type, but also privides a framework of custom specialized containers attached to this type.

Companion
object
Source
__.scala
abstract class Data[A <: Short](typeName: String) extends Short.Custom.Type[A] with Short.Custom.Framework[A]

Short Data Type Base

Data not only defines a Short based opaque type, but also privides a framework of custom specialized containers attached to this type.

Companion
object
Source
__.scala
abstract class Type[A <: Short](val name: String) extends Opaque.Type[A] with Info.Tag.Void.Shorts[A]

Alias