MutableExtraStore
A ExtraStore subclass that allows for data updates.
Constructors
Link copied to clipboard
constructor()
Creates an empty MutableExtraStore.
Functions
Link copied to clipboard
Creates a copy of this ExtraStore.
Link copied to clipboard
Copies this ExtraStore’s content to destination.
Link copied to clipboard
Combines this ExtraStore and other.
Link copied to clipboard
Removes the value associated with the provided key.
Link copied to clipboard
Saves the provided value to this MutableExtraStore, associating the value with the given key.