ObjectValue

gql.parser.Value$.ObjectValue
final case class ObjectValue[+V <: AnyValue, C](v: List[(String, Value[V, C])], c: C) extends Value[V, C]

Attributes

Source:
Value.scala
Graph
Supertypes
trait Value[V, C]
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
Value.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product