rescala
package rescala
Members list
Concise view
Type members
Classlikes
trait PlatformSchedulers
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object Schedulers.type
Attributes
- Graph
- Supertypes
- Self type
- Schedulers.type
REScala has two main abstractions. rescala.default.Event and rescala.default.Signal commonly referred to as reactives. Use rescala.default.Var to create signal sources and rescala.default.Evt to create event sources.
REScala has two main abstractions. rescala.default.Event and rescala.default.Signal commonly referred to as reactives. Use rescala.default.Var to create signal sources and rescala.default.Evt to create event sources.
Events and signals can be created from other reactives by using combinators, signals additionally can be created using rescala.default.Signal expressions.
Attributes
- Graph
- Supertypes
- trait Unmanagedtrait NoLocktrait Levelbasedtrait Twoversiontrait RescalaInterfacetrait Operatorstrait ObserveBundletrait Sourcestrait FlattenApitrait FlattenCollectionCompattrait SignalBundletrait SignalCompatBundletrait EventBundletrait EventCompatBundletrait ReadableMacroBundletrait DefaultImplementationsclass Objecttrait Matchableclass Any
- Self type
- default.type