util/obs/obs library

Classes

ListChangeNotification<E>
Change in an ObsList.
MapChangeNotification<K, V>
Change in an ObsMap.
ObsList<E>
Observable reactive list.
ObsMap<K, V>
Observable reactive map.
RxObsList<E>
GetX-reactive ObsList.
RxObsMap<K, V>
GetX-reactive ObsMap.
RxObsSplayTreeMap<K, V>
GetX-reactive SplayTreeMap.
RxSortedObsMap<K, V>
GetX-reactive SortedObsMap.
SortedObsMap<K, V>
Self-sorting observable Map.

Enums

OperationKind
Possible operation kinds changing an observable iterable.

Extensions

MapChangesExtension on Stream<Map<K, T>>
Extension adding an ability to get MapChangeNotifications from Stream.