Package org.apache.pekko.cluster.ddata
Class PNCounterMap$
java.lang.Object
org.apache.pekko.cluster.ddata.PNCounterMap$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PNCounterMap$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A> PNCounterMap<A>apply()<A> PNCounterMap<A>create()Java API<A> PNCounterMap<A>empty()<A> scala.Option<scala.collection.immutable.Map<A,scala.math.BigInt>> unapply(PNCounterMap<A> m) Extract thePNCounterMap.entries().
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PNCounterMap$
public PNCounterMap$()
-
-
Method Details
-
empty
-
apply
-
create
Java API -
unapply
public <A> scala.Option<scala.collection.immutable.Map<A,scala.math.BigInt>> unapply(PNCounterMap<A> m) Extract thePNCounterMap.entries().
-