Boolean.Custom

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

Member

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

Boolean Data Type Base

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

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

Boolean Data Type Base

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

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

Alias