Double.Custom

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

Member

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

Double Data Type Base

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

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

Double Data Type Base

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

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

Alias