Value

object Value
Companion:
class
Source:
QueryParser.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Value.type

Type members

Classlikes

final case class BooleanValue(v: Boolean) extends Value
final case class EnumValue(v: String) extends Value
final case class FloatValue(v: BigDecimal) extends Value
final case class IntValue(v: BigInt) extends Value
final case class ListValue(v: List[Value]) extends Value
case object NullValue extends Value
final case class ObjectValue(v: List[(String, Value)]) extends Value
final case class StringValue(v: String) extends Value
final case class VariableValue(v: String) extends Value

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala