StringValue

gql.parser.Value$.StringValue
final case class StringValue[C](v: String, c: C) extends NonVar[C]

Attributes

Source
Value.scala
Graph
Supertypes
trait NonVar[C]
trait Value[Const, C]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Source
Value.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product