Package akka.cluster.ddata
Class GCounter$
- java.lang.Object
-
- akka.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 Summary
Constructors Constructor Description GCounter$()
-
Method Summary
All 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
-
empty
public GCounter empty()
-
apply
public GCounter apply()
-
create
public GCounter create()
Java API
-
unapply
public scala.Option<scala.math.BigInt> unapply(GCounter c)
Extract theGCounter.value().
-
-