EvalNode

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

Attributes

Companion
object
Source
Interpreter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Source
Interpreter.scala
def setScope(scope: Scope[F]): EvalNode[F, A]

Attributes

Source
Interpreter.scala
def setValue[B](value: B): EvalNode[F, B]

Attributes

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

Attributes

Source
Interpreter.scala
def succeed[B](value: B): EvalNode[F, B]

Attributes

Source
Interpreter.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product