public class GCounter$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static GCounter$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
GCounter$() |
Modifier and Type | Method and Description |
---|---|
GCounter |
apply() |
GCounter |
create()
Java API
|
GCounter |
empty() |
scala.Option<scala.math.BigInt> |
unapply(GCounter c)
Extract the
GCounter.value() . |
public static final GCounter$ MODULE$
public GCounter empty()
public GCounter apply()
public GCounter create()
public scala.Option<scala.math.BigInt> unapply(GCounter c)
GCounter.value()
.c
- (undocumented)