Package akka.cluster.ddata
Class PNCounter$
- java.lang.Object
 - 
- akka.cluster.ddata.PNCounter$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class PNCounter$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PNCounter$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description PNCounter$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PNCounterapply()PNCountercreate()Java APIPNCounterempty()scala.Option<scala.math.BigInt>unapply(PNCounter c)Extract theGCounter.value(). 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final PNCounter$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
empty
public PNCounter empty()
 
- 
apply
public PNCounter apply()
 
- 
create
public PNCounter create()
Java API 
- 
unapply
public scala.Option<scala.math.BigInt> unapply(PNCounter c)
Extract theGCounter.value(). 
 - 
 
 -