CborItem

fs2.data.cbor.low.CborItem
See theCborItem companion trait
object CborItem

Attributes

Companion
trait
Source
model.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
CborItem.type

Members list

Type members

Classlikes

case object Break extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
Break.type
case class ByteString(bytes: ByteVector) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case object False extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
False.type
case class Float16(raw: ByteVector) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case class Float32(raw: ByteVector) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case class Float64(raw: ByteVector) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case class NegativeInt(bytes: ByteVector) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case object Null extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
Null.type
case class PositiveInt(bytes: ByteVector) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case class SimpleValue(value: Byte) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case class StartArray(size: Long) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case object StartIndefiniteArray extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
case object StartIndefiniteByteString extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
case object StartIndefiniteMap extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
case object StartIndefiniteTextString extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
case class StartMap(size: Long) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case class Tag(tag: Long) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case class TextString(string: String) extends CborItem

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
case object True extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
True.type
case object Undefined extends CborItem

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborItem
class Object
trait Matchable
class Any
Show all
Self type
Undefined.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala