reactify.reaction
Members list
Type members
Classlikes
Reaction may be considered similar to Observer
or Listener
in other libraries. A Reaction may be added to a Reactive in order to react when a value is fired upon it.
Reaction may be considered similar to Observer
or Listener
in other libraries. A Reaction may be added to a Reactive in order to react when a value is fired upon it.
Type parameters
- T
-
the type received by this Reaction
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class ChangeFunctionReaction[T]class FunctionReaction[T]
ReactionStatus is utilized during the propagation of a fired value against a Reactive. This value may be returned by a Reaction or set via status
on the Reactive (on the same thread while the fired value is propagating)
ReactionStatus is utilized during the propagation of a fired value against a Reactive. This value may be returned by a Reaction or set via status
on the Reactive (on the same thread while the fired value is propagating)
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ReactionStatus.type
Reactions represents a list of Reaction instances specifically associated with a Reactive
Reactions represents a list of Reaction instances specifically associated with a Reactive
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-