ValueType

object ValueType

Representation of MessagePack value types.

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

Type members

Classlikes

case object ARRAY extends ValueType
case object BINARY extends ValueType
case object BOOLEAN extends ValueType
case object EXTENSION extends ValueType
case object FLOAT extends ValueType
case object INTEGER extends ValueType
case object MAP extends ValueType
case object NIL extends ValueType
case object STRING extends ValueType

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