rescala.interface
package rescala.interface
Type members
Classlikes
trait RescalaInterface extends EventBundle with SignalBundle with FlattenApi with Sources with DefaultImplementations with Observing with Core with SignalCompatBundle with EventCompatBundle
Rescala has two main abstractions. Event and Signal commonly referred to as reactives. Use Var to create signal sources and Evt to create event sources.
Rescala has two main abstractions. Event and Signal commonly referred to as reactives. Use Var to create signal sources and Evt to create event sources.
Events and signals can be created from other reactives by using combinators, signals additionally can be created using Signal expressions.