Open

gql.interpreter.Scope$.State$.Open
final case class Open[F[_]](leases: List[Lease[F]], children: List[Scope[F]]) extends State[F]

Attributes

Source:
Scope.scala
Graph
Supertypes
trait Product
trait Equals
trait State[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product