SignalScopes

gql.interpreter.SignalScopes$
See theSignalScopes companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class ResourceInfo[F[_], A](value: A, parent: StreamInfo[F], scope: Scope[F], index: Long)

Attributes

Source:
SignalScopes.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class StreamInfo[F[_]](scope: Scope[F], signal: Boolean, cursor: Cursor)

Attributes

Source:
SignalScopes.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], A : Doced](takeOne: Boolean, pipeF: PipeF[F], debug: DebugPrinter[F], root: Scope[F])(implicit evidence$1: Doced[A], F: Async[F]): F[SignalScopes[F, A]]

Attributes

Source:
SignalScopes.scala