`__Value`

caliban.client.__Value$
See the`__Value` companion trait
object `__Value`

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class `__BooleanValue`(value: Boolean) extends `__Value`

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
case class `__EnumValue`(value: String) extends `__Value`

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
case class `__ListValue`(values: List[`__Value`]) extends `__Value`

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
case object `__NullValue` extends `__Value`

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Self type
case class `__NumberValue`(value: BigDecimal) extends `__Value`

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
case class `__ObjectValue`(fields: List[(String, `__Value`)]) extends `__Value`

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class `__StringValue`(value: String) extends `__Value`

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val jsonCodec: JsonValueCodec[`__Value`]