Package org.apache.pekko.cluster.ddata
Class GCounter$
- java.lang.Object
- 
- org.apache.pekko.cluster.ddata.GCounter$
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class GCounter$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GCounter$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GCounterapply()GCountercreate()Java APIGCounterempty()scala.Option<scala.math.BigInt>unapply(GCounter c)Extract theGCounter.value().
 
- 
- 
- 
Field Detail- 
MODULE$public static final GCounter$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
emptypublic GCounter empty() 
 - 
applypublic GCounter apply() 
 - 
createpublic GCounter create() Java API
 - 
unapplypublic scala.Option<scala.math.BigInt> unapply(GCounter c) Extract theGCounter.value().
 
- 
 
-