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