trait HashSetObserver = Observer
+ Eq
+ Hash;Expand description
Convenience type representing types which can
be added and removed from the
HashSetObserver.
trait HashSetObserver = Observer
+ Eq
+ Hash;Convenience type representing types which can
be added and removed from the
HashSetObserver.