object Interpreter

Source
Interpreter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interpreter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class StreamMetadata[F[_]](cursor: Cursor, edges: List[PreparedEdge[F]], cont: Prepared[F, Any]) extends Product with Serializable
  2. final case class StreamRecompute[A](toRemove: Set[A], hcsa: Set[A]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _reconstructSelection[F[_]](sel: NonEmptyList[PreparedField[F, Any]], m: Map[Option[GraphArc], List[(Cursor, Json)]]): JsonObject
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def combineSplit(fails: Chain[EvalFailure], succs: Chain[EvalNode[Json]]): Chain[(Cursor, Json)]
  8. def constructStream[F[_]](rootInput: Any, rootSel: NonEmptyList[PreparedField[F, Any]], schemaState: SchemaState[F], openTails: Boolean)(implicit arg0: Statistics[F], F: Async[F], planner: Planner[F]): Stream[F, (Chain[EvalFailure], JsonObject)]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def findToRemove[A](nodes: List[(Cursor, A)], s: Set[A]): Set[A]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def groupNodeValues[A](nvs: List[(Cursor, A)]): Map[GraphArc, List[(Cursor, A)]]
  15. def groupNodeValues2[A](nvs: List[(Cursor, A)]): Map[Option[GraphArc], List[(Cursor, A)]]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def recompute[A](nodes: List[(Cursor, A)], s: Set[A]): StreamRecompute[A]
  22. def reconstructField[F[_]](p: Prepared[F, Any], cursors: List[(Cursor, Json)]): Json
  23. def reconstructSelection[F[_]](levelCursors: List[(Cursor, Json)], sel: NonEmptyList[PreparedField[F, Any]]): JsonObject
  24. def runStreamed[F[_]](rootInput: Any, rootSel: NonEmptyList[PreparedField[F, Any]], schemaState: SchemaState[F])(implicit arg0: Statistics[F], arg1: Planner[F], F: Async[F]): Stream[F, (Chain[EvalFailure], JsonObject)]
  25. def runSync[F[_]](rootInput: Any, rootSel: NonEmptyList[PreparedField[F, Any]], schemaState: SchemaState[F])(implicit arg0: Async[F], arg1: Statistics[F], arg2: Planner[F]): F[(Chain[EvalFailure], JsonObject)]
  26. def stitchInto(oldTree: Json, subTree: Json, path: Cursor): Json
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped