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.
true if an element in the Map existed and has been removed, or false if the element does not exist.
OwnedReactiveMap extends the standard Map interface with reactive capabilities.