SignalImpl
Attributes
- isDynamicWithStaticDeps
None means static dependencies only, Some means dynamic with the given static ones for optimization
- Graph
- Supertypes
- trait Signal[T]trait SignalCompat[T]class DerivedImpl[T]trait DisconnectableImpltrait Disconnectabletrait Derivedtrait ReSourceclass Objecttrait Matchableclass Any
Members list
internal
conversion
Create an event that fires every time the signal changes. It fires the tuple (oldVal, newVal) for the signal. Be aware that no change will be triggered when the signal changes to or from empty
Create an event that fires every time the signal changes. It fires the tuple (oldVal, newVal) for the signal. Be aware that no change will be triggered when the signal changes to or from empty
Attributes
- Inherited from:
- Signal
Create an event that fires every time the signal changes. The value associated to the event is the new value of the signal
Create an event that fires every time the signal changes. The value associated to the event is the new value of the signal
Attributes
- Inherited from:
- Signal
Convenience function filtering to events which change this reactive to value
Convenience function filtering to events which change this reactive to value
Attributes
- Inherited from:
- Signal
accessor
Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for value.
Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for value.
Attributes
- See also:
value
- Inherited from:
- MacroAccess
Returns the current value of the signal However, using now is in most cases not what you want. It does not build dependencies, does not integrate into transactions. Use only for examples and debug output.
Returns the current value of the signal However, using now is in most cases not what you want. It does not build dependencies, does not integrate into transactions. Use only for examples and debug output.
Attributes
- Inherited from:
- Signal
add an observer
Returns the current value of the signal
Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for rescala.macros.MacroAccess.apply.
Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for rescala.macros.MacroAccess.apply.
Attributes
- See also:
apply
- Inherited from:
- MacroAccess
operator
Flattens the inner value.
Return a Signal with f applied to the value
Type members
Value members
Inherited methods
Attributes
- Inherited from:
- Signal
Attributes
- Inherited from:
- DisconnectableImpl
Uses a partial function onFailure to recover an error carried by the event into a value.
Uses a partial function onFailure to recover an error carried by the event into a value.
Attributes
- Inherited from:
- Signal
Attributes
- Inherited from:
- Signal