Value

gql.parser.Value
See theValue companion object
sealed trait Value[+V <: AnyValue, C] extends Product, Serializable

Attributes

Companion
object
Source
Value.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait NonVar[C]
class BooleanValue[C]
class EnumValue[C]
class FloatValue[C]
class IntValue[C]
class NullValue[C]
class StringValue[C]
class ListValue[V, C]
class ObjectValue[V, C]
class VariableValue[C]
Show all

Members list

Value members

Abstract methods

def c: C

Attributes

Source
Value.scala
def map[A](f: C => A): Value[V, A]

Attributes

Source
Value.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product