kofre.datatypes.AddWinsSet
See theAddWinsSet companion object
An AddWinsSet (Add-Wins Set) is a Delta CRDT modeling a set.
When an element is concurrently added and removed/cleared from the set then the add operation wins, i.e. the resulting set contains the element.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any