CborItem

object CborItem
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Break extends CborItem
case class ByteString(bytes: ByteVector) extends CborItem
case object False extends CborItem
case class Float16(raw: ByteVector) extends CborItem
case class Float32(raw: ByteVector) extends CborItem
case class Float64(raw: ByteVector) extends CborItem
case class NegativeInt(bytes: ByteVector) extends CborItem
case object Null extends CborItem
case class PositiveInt(bytes: ByteVector) extends CborItem
case class SimpleValue(value: Byte) extends CborItem
case class StartArray(size: Long) extends CborItem
case object StartIndefiniteArray extends CborItem
case object StartIndefiniteMap extends CborItem
case class StartMap(size: Long) extends CborItem
case class Tag(tag: Long) extends CborItem
case class TextString(string: String) extends CborItem
case object True extends CborItem
case object Undefined extends CborItem

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