Scope

gql.interpreter.Scope$
See theScope companion trait
object Scope

Attributes

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

Members list

Concise view

Type members

Classlikes

object State

Attributes

Companion:
trait
Source:
Scope.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type
sealed trait State[F[_]]

Attributes

Companion:
object
Source:
Scope.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Closed[F]
class Open[F]

Value members

Concrete methods

def apply[F[_]](parent: Option[Scope[F]])(implicit F: Async[F]): Resource[F, Scope[F]]

Attributes

Source:
Scope.scala