LWWMap

object LWWMap
Companion:
class
Source:
LWWMap.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(): LWWMap[Any, Any]
def create[A, B](): LWWMap[A, B]

Java API

Java API

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

Extract the LWWMap#entries.

Extract the LWWMap#entries.

Source:
LWWMap.scala