ConstantTypes

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Boolean(v: Boolean) extends ConstantTypes
case class Byte(v: Byte) extends ConstantTypes
case class Double(v: Double) extends ConstantTypes
case class Float(v: Float) extends ConstantTypes
case class Int(v: Int) extends ConstantTypes
case class Long(v: Long) extends ConstantTypes
case class Short(v: Short) extends ConstantTypes
case class String(v: String) extends ConstantTypes
case object Unit extends ConstantTypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def from(constant: Constant): ConstantTypes