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

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

Source:
model.scala
Graph
Supertypes
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
case object False extends CborValue

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
model.scala
Graph
Supertypes
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
case object Null extends CborValue

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
model.scala
Graph
Supertypes
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
case object True extends CborValue

Attributes

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

Attributes

Source:
model.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait CborValue
class Object
trait Matchable
class Any
Self 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