DynamicCreationScope

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

Attributes

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

Members list

Value members

Concrete methods

override def embedCreation[T](f: Transaction[State] ?=> T): T

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product