Value

caliban.Value$
See theValue companion trait
object Value

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Value.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
object FloatValue

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FloatValue extends Value

Attributes

Companion:
object
Graph
Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes
object IntValue

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait IntValue extends Value

Attributes

Companion:
object
Graph
Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes
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 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