EvalNode

gql.interpreter.EvalNode
See theEvalNode companion object
final case class EvalNode[+A](cursor: Cursor, value: A)

Attributes

Companion:
object
Source:
Cursor.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def modify(f: Cursor => Cursor): EvalNode[A]

Attributes

Source:
Cursor.scala
def setValue[B](value: B): EvalNode[B]

Attributes

Source:
Cursor.scala
def succeed[B](value: B, f: Cursor => Cursor): EvalNode[B]

Attributes

Source:
Cursor.scala
def succeed[B](value: B): EvalNode[B]

Attributes

Source:
Cursor.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product