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