SimpleCreation

rescala.scheduler.CalculusLike.SimpleCreation
final class SimpleCreation() extends Initializer[State]

The main task of the initializer is to handle creation of reactives, especially during an ongoing propagation. The formalization does not support this, to keep the complexity of the proofs in check.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def requiresReev(reSource: of[State]): Boolean

Inherited methods

protected def makeSourceStructState[V](initialValue: V): State[V]

Creates the internal state of ReSources

Creates the internal state of ReSources

Attributes

Inherited from:
Initializer