Base
Base implementation for reactives, with Derived for scheduling, together with a ReName and containing a State
- Value Params
- name
the name of the reactive, useful for debugging as it often contains positional information
- state
the initial state passed by the scheduler
class SubscriptionReactive[T]
class ChangeEventImpl[T]
class DerivedImpl[T]
class EventImpl[T]
class SignalImpl[T]
class Evt[T]
class Var[A]