LastWriterWins

kofre.primitives.LastWriterWins
See theLastWriterWins companion object
case class LastWriterWins[T, A](timestamp: T, payload: A)

Lattice with the least-upper-bound defined by the timeStamp. Timestamps must be unique, totally ordered, consistent with causal order.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product