LWWMap

org.apache.pekko.cluster.ddata.LWWMap$
See theLWWMap companion class
object LWWMap

Attributes

Companion
class
Source
LWWMap.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LWWMap.type

Members list

Value members

Concrete methods

def apply(): LWWMap[Any, Any]

Attributes

Source
LWWMap.scala
def create[A, B](): LWWMap[A, B]

Java API

Java API

Attributes

Source
LWWMap.scala
def empty[A, B]: LWWMap[A, B]

Attributes

Source
LWWMap.scala
def unapply[A, B](m: LWWMap[A, B]): Option[Map[A, B]]

Extract the LWWMap#entries.

Extract the LWWMap#entries.

Attributes

Source
LWWMap.scala