kofre.dotted.DottedDecompose$
See theDottedDecompose companion trait
object DottedDecompose
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- DottedDecompose.type
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
class ProductDottedDecompose[T <: Product](lattices: Tuple, bottoms: Tuple, pm: ProductOf[T], label: String) extends DottedDecompose[T]
Attributes
- Graph
- Supertypes
Value members
Concrete methods
DotLess is a dot store implementation that, in combination with DotPair, allows to compose non-causal CRDTs with causal CRDTs. For a usage example, see RGA, where the implicit presence of DotLess is necessary so that the non-causal interfaces.EpocheInterface can be part of the DotPair that makes up the state.
DotLess is a dot store implementation that, in combination with DotPair, allows to compose non-causal CRDTs with causal CRDTs. For a usage example, see RGA, where the implicit presence of DotLess is necessary so that the non-causal interfaces.EpocheInterface can be part of the DotPair that makes up the state.
Note, implementing this marks the type as independent of its context, beware types with different possible interpretations.