LWWRegisterInterface

kofre.decompose.interfaces.LWWRegisterInterface$

An LWW (Last Writer Wins) is a Delta CRDT modeling a register.

If two concurrent write operations occur, the resulting LWW takes on the value of the write operation with the later timestamp.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

implicit class LWWRegisterSyntax[C, A](container: C)(using x$2: ArdtOpsContains[C, LWWRegister[A]]) extends OpsSyntaxHelper[C, LWWRegister[A]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Types

Value members

Concrete methods

def empty[A]: LWWRegister[A]

Implicits

Implicits

final implicit def LWWRegisterSyntax[C, A](container: C)(using x$2: ArdtOpsContains[C, LWWRegister[A]]): LWWRegisterSyntax[C, A]