Reactions

class Reactions[T]

Reactions represents a list of Reaction instances specifically associated with a Reactive

Reactions represents a list of Reaction instances specifically associated with a Reactive

class Object
trait Matchable
class Any
class GroupReactions[T, R]

Value members

Concrete methods

def +=(reaction: Reaction[T]): Reaction[T]

Add a Reaction

Add a Reaction

def -=(reaction: Reaction[T]): Boolean

Remove a Reaction

Remove a Reaction

def apply(): List[Reaction[T]]

Return all Reactions associated with this Reactive

Return all Reactions associated with this Reactive

def clear(): Unit

Remove all Reactions

Remove all Reactions