NonVar

gql.parser.NonVar
sealed trait NonVar[C] extends Value[Const, C]

Attributes

Source
Value.scala
Graph
Supertypes
trait Value[Const, C]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class BooleanValue[C]
class EnumValue[C]
class FloatValue[C]
class IntValue[C]
class NullValue[C]
class StringValue[C]
Show all

Members list

Value members

Inherited methods

def c: C

Attributes

Inherited from:
Value
Source
Value.scala
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def map[A](f: C => A): Value[V, A]

Attributes

Inherited from:
Value
Source
Value.scala

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