CborValue

fs2.data.cbor.high.CborValue
See theCborValue companion trait
object CborValue

Attributes

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

Members list

Type members

Classlikes

case class Array(values: List[CborValue], indefinite: Boolean) extends CborValue

Attributes

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

Attributes

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

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
Show all
Self type
False.type
case class Float32(value: Float) extends CborValue

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
Show all
case class Float64(value: Double) extends CborValue

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
Show all
case class Integer(value: BigInt) extends CborValue

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
Show all
case class Map(values: Map[CborValue, CborValue], indefinite: Boolean) extends CborValue

Attributes

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

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
Show all
Self type
Null.type
case class SimpleValue(value: Byte) extends CborValue

Attributes

Source
model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
Show all
case class Tagged(tag: Long, value: CborValue) extends CborValue

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CborValue
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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala