CreationScope

reactives.core.CreationScope
See theCreationScope companion trait
object CreationScope

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DynamicCreationScope[State[_]](ds: DynamicScope[State]) extends CreationScope[State]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CreationScope[State]
class Object
trait Matchable
class Any
Show all
case class StaticCreationScope[State[_]](tx: Transaction[State]) extends CreationScope[State]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CreationScope[State]
class Object
trait Matchable
class Any
Show all

Givens

Givens

inline given search(using ts: TransactionSearch[State]): CreationScope[State]