Base

abstract
class Base[V](val state: State[V], val name: ReName) extends ReSource

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

trait ReSource
class Object
trait Matchable
class Any
class DerivedImpl[T]
class EventImpl[T]
class SignalImpl[T]
class Evt[T]
class Var[A]

Type members

Types

override
type Value = V

Value members

Concrete methods

override
def toString: String
Definition Classes
Any

Concrete fields

override