Package akka.cluster.ddata
Class PNCounterMap$
- java.lang.Object
-
- akka.cluster.ddata.PNCounterMap$
-
- All Implemented Interfaces:
java.io.Serializable
public class PNCounterMap$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PNCounterMap$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PNCounterMap$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 Detail
-
MODULE$
public static final PNCounterMap$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
empty
public <A> PNCounterMap<A> empty()
-
apply
public <A> PNCounterMap<A> apply()
-
create
public <A> PNCounterMap<A> create()
Java API
-
unapply
public <A> scala.Option<scala.collection.immutable.Map<A,scala.math.BigInt>> unapply(PNCounterMap<A> m)
Extract thePNCounterMap.entries()
.
-
-