budosystems.events.collections.SignallingSet¶
- class SignallingSet¶
Bases:
MutableSet
[_T
]An implementation of
set
which signals theMessageBus
.Inherited Members
clear
pop
remove
isdisjoint
- add(value: _T) None ¶
Adds
value
to this set, and signalsSetModifiedEvent
before and after the insertion.
- discard(value: _T) None ¶
Removes
value
to this set, and signalsSetModifiedEvent
before and after the insertion.