ChangeFunctionReaction
reactify.reaction.ChangeFunctionReaction
case class ChangeFunctionReaction[T](f: (T, T) => Unit, priority: Double) extends Reaction[T]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Invoked when a new value is received by the associated Reactive
Invoked when a new value is received by the associated Reactive
Value parameters
- previous
-
the previous value, if one was defined
- value
-
the new value
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article