CRDTInterface

kofre.decompose.containers.CRDTInterface
See theCRDTInterface companion object
trait CRDTInterface[State, Wrapper]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AntiEntropyCRDT[State]
class DeltaBufferRDT[State]

Members list

Concise view

Value members

Abstract methods

def applyDelta(delta: DottedName[State])(implicit u: DecomposeLattice[Dotted[State]]): Wrapper
def state: Dotted[State]

Abstract fields