SignalBundle
rescala.operator.SignalBundle
Attributes
- Graph
- Supertypes
- Known subtypes
- trait Operatorstrait RescalaInterfaceobject sidup.typeobject synchron.typeobject toposort.typeobject unmanaged.typeobject default.typeobject IncrementalApi.type
- Self type
Members list
Concise view
create
object Signal
A signal expression can be used to create signals accessing arbitrary other signals. Use the apply method on a signal to access its value inside of a signal expression.
A signal expression can be used to create signals accessing arbitrary other signals. Use the apply method on a signal to access its value inside of a signal expression.
val a: Signal[Int]
val b: Signal[Int]
val result: Signal[String] = Signal { a().toString + b().toString}
Attributes
- Inherited from:
- SignalCompatBundle
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Type members
Classlikes
Time changing value derived from the dependencies.
Time changing value derived from the dependencies.
Attributes
- T
Type stored by the signal
- Graph
- Supertypes
- Known subtypes
- class SignalImpl[T]class Var[A]
object Signals
Functions to construct signals, you probably want to use signal expressions in rescala.interface.RescalaInterface.Signal for a nicer API.
Functions to construct signals, you probably want to use signal expressions in rescala.interface.RescalaInterface.Signal for a nicer API.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Signals.type
Inherited classlikes
Attributes
- Inherited from:
- ReadableMacroBundle
- Graph
- Supertypes
- Known subtypes
- trait EventCompat[T]trait Event[T]class ChangeEventImpl[T]class EventImpl[T]class Evt[T]trait SignalCompat[T]trait Signal[T]class SignalImpl[T]class Var[A]class Reactor[T]
Attributes
- Inherited from:
- SignalCompatBundle
- Graph
- Supertypes
- Known subtypes
class UserDefinedFunction[+T, Dep, Cap](val staticDependencies: Set[Dep], val expression: Cap => T, val isStatic: Boolean)
Attributes
- Inherited from:
- SignalCompatBundle
- Graph
- Supertypes
- class Objecttrait Matchableclass Any