gql.interpreter

Members list

Concise view

Type members

Classlikes

trait BatchAccumulator[F[_]]

Attributes

Companion:
object
Source:
BatchAccumulator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
BatchAccumulator.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait ConfiguredStreamScopes[F[_], A]

Attributes

Companion:
object
Source:
ConfiguredStreamScopes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
ConfiguredStreamScopes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Cursor(path: Chain[GraphArc])

Attributes

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

Attributes

Companion:
class
Source:
Cursor.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Cursor.type
trait DebugPrinter[F[_]]

Attributes

Companion:
object
Source:
DebugPrinter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
DebugPrinter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Source:
EvalFailure.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Source:
EvalFailure.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class EvalNode[F[_], +A](cursor: Cursor, value: A, scope: Scope[F])

Attributes

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

Attributes

Companion:
class
Source:
Interpreter.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait GraphArc

Attributes

Companion:
object
Source:
Cursor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Field
class Index
object GraphArc

Attributes

Companion:
trait
Source:
Cursor.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class IndexedData[F[_], +A](index: Int, node: EvalNode[F, A])

Attributes

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

Attributes

Companion:
class
Source:
Interpreter.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Interpreter[F[_]]

Attributes

Companion:
object
Source:
Interpreter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Source:
Interpreter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class InterpreterImpl[F[_]](css: ConfiguredStreamScopes[F, StreamingData[F, _, _]], batchAccumulator: BatchAccumulator[F], sup: Supervisor[F])(implicit F: Async[F], stats: Statistics[F]) extends Interpreter[F]

Attributes

Source:
Interpreter.scala
Graph
Supertypes
trait Interpreter[F]
class Object
trait Matchable
class Any
trait Lease[F[_]]

Attributes

Source:
Lease.scala
Graph
Supertypes
class Object
trait Matchable
class Any
trait PipeF[F[_]]

Attributes

Companion:
object
Source:
PipeF.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object PipeF

Attributes

Companion:
trait
Source:
PipeF.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PipeF.type
trait Scope[F[_]]

Attributes

Companion:
object
Source:
Scope.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Scope

Attributes

Companion:
trait
Source:
Scope.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Scope.type
sealed trait StepCont[F[_], -I, +O]

Attributes

Companion:
object
Source:
Interpreter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Continue[F, I, C, O]
class Done[F, I]
class Join[F, I, O]
class TupleWith[F, I, C, O]
object StepCont

Attributes

Companion:
trait
Source:
Interpreter.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
trait StreamScopes[F[_], A]

Attributes

Companion:
object
Source:
StreamScopes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
StreamScopes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type