MVRegisterInterface
kofre.decompose.interfaces.MVRegisterInterface$
object MVRegisterInterface
An MVRegister (Multi-Value Register) is a Delta CRDT modeling a register.
In the absence of concurrent writes, the MVRegister is either empty or holds one value. When multiple values are written concurrently, reading the MVRegister returns a set holding all these values.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- MVRegisterInterface.type