Sources

trait Sources
class Object
trait Matchable
class Any
object simple
object synchron
object unmanaged
object default

Document{}

final
def Evt[A]()(implicit ticket: <none>): Evt[A]
object Var

Creates new Vars

Creates new Vars

Companion
class

Type members

Classlikes

class Evt[T] extends Base[Pulse[T]] with Source[T] with Event[T]

Source events with imperative occurrences

Source events with imperative occurrences

Type Params
S

Struct type used for the propagation of the event

T

Type returned when the event fires

Value Params
initialState

of by the event

trait Source[T] extends ReSource
class Var[A] extends Base[Pulse[A]] with Source[A] with Signal[A] with Interp[A]

Source signals with imperatively updates.

Source signals with imperatively updates.

Type Params
A

Type stored by the signal

S

Struct type used for the propagation of the signal

Companion
object