notifiable_iterables library
Classes
-
NotifiableList<
E> - Class that mimics List, and notify its listener every time the list is changed.
-
NotifiableMap<
K, V> - Class that mimics Map, and notify its listener every time the map is changed.
-
NotifiableSet<
E> - Class that mimics Set, and notify its listener every time the set is changed.