DeltaAddWinsMap
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- DeltaAddWinsMap.type
Members list
Type members
Types
Value members
Concrete methods
Returns the '''delta''' that removes all values from the map.
Returns the '''delta''' that removes all values from the map.
Attributes
- K
The type of the key
- V
The type of the value (needs to be a Delta CRDT)
- map
The map on on which the removal of all mappings is performed
- Returns:
The delta that contains the removal of all mappings
Returns the '''delta''' that contains the recursive mutation performed by the deltaMutator.
Returns the '''delta''' that contains the recursive mutation performed by the deltaMutator.
Attributes
- K
The type of the key
- V
The type of the value (needs to be a Delta CRDT)
- deltaMutator
The delta-mutator that returns the delta of the recursive mutation
- key
Key of the element that is mutated
- map
The map on which the delta-mutator is applied
- Returns:
The delta of the recursive delta-mutation
Returns the '''delta''' of the removal of the value associated to key from the map.
Returns the '''delta''' of the removal of the value associated to key from the map.
Attributes
- K
The type of the key
- V
The type of the value (needs to be a Delta CRDT)
- key
The key to remove
- map
The map on on which the removal of the mapping is performed
- Returns:
The delta that contains the removal (and nothing else)