Readonly
empty$An observable emitting true if the collection is empty
Readonly
itemEmits for every item that is added to the map
Readonly
itemEmits for every item that is added/removed in the list, including the changes from an empty map to the current state
Readonly
itemEmits for every item that is removed from the map
Readonly
itemEmits for every item that is added/removed in the map
Readonly
size$An observable emitting the number of items in the collection
Readonly
updates$Emits all updates to the map
Readonly
value$An observable emitting the inner non-observable map
True if the collection is empty
The number of items in the collection
Remove a key from the collection
The key to remove
removed - True if an item was removed
Remove keys from the collection
The keys to remove
removed - True if items were removed
Check if a key exists in the collection
Create am observable emitting true if a key exists in the collection
A Map where the state and values can be observed