gql.interpreter

package gql.interpreter

Members list

Type members

Classlikes

trait BackpressureSignal[F[_], A, B]

Attributes

Companion
object
Source
BackpressureSignal.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Source
BackpressureSignal.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait BatchAccumulator[F[_]]

Attributes

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

Attributes

Companion
trait
Source
BatchAccumulator.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait DebugPrinter[F[_]]

Attributes

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

Attributes

Companion
trait
Source
DebugPrinter.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait Doced[A]

Attributes

Companion
object
Source
Doced.scala
Supertypes
class Object
trait Matchable
class Any
object Doced

Attributes

Companion
trait
Source
Doced.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Doced.type
trait EvalFailure

Attributes

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

Attributes

Companion
trait
Source
EvalFailure.scala
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object EvalNode

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Source
Interpreter.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class InterpreterImpl[F]
object Interpreter

Attributes

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

Attributes

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

Attributes

Source
Lease.scala
Supertypes
class Object
trait Matchable
class Any
trait Scope[F[_]]

Attributes

Companion
object
Source
Scope.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Scope[F]
object Scope

Attributes

Companion
trait
Source
Scope.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Scope.type
trait SignalScopes[F[_], A]

Attributes

Companion
object
Source
SignalScopes.scala
Supertypes
class Object
trait Matchable
class Any
object SignalScopes

Attributes

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

Attributes

Companion
object
Source
Interpreter.scala
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
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
StepCont.type