Long.Custom

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

Member

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

Long Data Type Base

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

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

Long Data Type Base

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

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

Alias