PNCounterMap

org.apache.pekko.cluster.ddata.PNCounterMap
See thePNCounterMap companion class
object PNCounterMap

Attributes

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

Members list

Value members

Concrete methods

def apply[A](): PNCounterMap[A]

Attributes

Source
PNCounterMap.scala
def create[A](): PNCounterMap[A]

Java API

Java API

Attributes

Source
PNCounterMap.scala
def empty[A]: PNCounterMap[A]

Attributes

Source
PNCounterMap.scala
def unapply[A](m: PNCounterMap[A]): Option[Map[A, BigInt]]

Extract the PNCounterMap#entries.

Extract the PNCounterMap#entries.

Attributes

Source
PNCounterMap.scala