MultiSignal class

Handle multiple signals and sign to slots.

Inheritance
Implemented types

Constructors

MultiSignal.new(Iterable<Signal> signals, {bool growable = true})
Create with signals

Properties

hashCode int
The hash code for this object.
no setterinherited
hasSlots bool
Has slot
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slots Set<Slot>
Slots
finalinherited
value ↔ void
Your value. If you use as a setter notify listeners
getter/setter pairinherited

Methods

addSignal(Signal signal) → void
addSlot(Slot<void> slot) → void
Add new slot
inherited
clearSlots() → void
Clear all slots
inherited
combineWith(List<Signal> signals) Signal
Listen any changes this and notifiers any changes
inherited
convert<T>(T map(void)) Signal<T>
Map signal
inherited
dispose() → void
emit() → void
Sign to all slots
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onValue(void value) → void
On signal
override
removeSignal(Signal signal) → void
removeSlot(Slot<void> slot) → void
Remove slot
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited