Readonly$A Readable that emits the Map itself whenever it changes.
Readonly FunctiononSubscribe to events when a value is needed to be disposed.
A value is considered for disposal when:
Note that for performance reasons, it does not handle the case where multiple keys map to the same value.
The function to call when a value is needed to be disposed.
A disposer function to unsubscribe from the event.
Subscribe to changes in the map.
The function to call when the map is changed.
A disposer function to unsubscribe from the event.
ReadonlyReactiveMap is a readonly interface for ReactiveMap.