kofre.datatypes.TwoPhaseSet
See theTwoPhaseSet companion object
A TwoPhaseSet (Two-Phase Set) is a Delta CRDT modeling a set.
The set is modeled as two grow-only sets, a set of added elements and a set of removed elements. Because of this, elements that were removed from the set once can never be re-added.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any