AddWinsMapLattice

kofre.encrdt.lattices.AddWinsMapLattice
See theAddWinsMapLattice companion object
case class AddWinsMapLattice[K, V](keys: Dotted[AddWinsSet[K]], mappings: Map[K, V])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def added(key: K, value: V, replicaId: String): AddWinsMapLattice[K, V]
def removed(key: K): AddWinsMapLattice[K, V]
def values: Map[K, V]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product