ReactionStatus

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)

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

case object Continue extends ReactionStatus

Continue propagation

Continue propagation

case object Stop extends ReactionStatus

Stop propagation

Stop propagation