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

Type members

Classlikes

case class BooleanValue(value: Boolean) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
trait InputValue
class Object
trait Matchable
class Any
Show all
case class EnumValue(value: String) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
trait InputValue
class Object
trait Matchable
class Any
Show all
object FloatValue

Attributes

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

Attributes

Companion
object
Supertypes
trait Value
trait InputValue
class Object
trait Matchable
class Any
Show all
Known subtypes
object IntValue

Attributes

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

Attributes

Companion
object
Supertypes
trait Value
trait InputValue
class Object
trait Matchable
class Any
Show all
Known subtypes
class BigIntNumber
class IntNumber
class LongNumber
case object NullValue extends Value

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Value
trait InputValue
class Object
trait Matchable
class Any
Show all
Self type
NullValue.type
case class StringValue(value: String) extends Value, PathValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PathValue
trait Value
trait InputValue
class Object
trait Matchable
class Any
Show all

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