Package akka.persistence.typed.crdt
Class Counter$
- java.lang.Object
-
- akka.persistence.typed.crdt.Counter$
-
- All Implemented Interfaces:
java.io.Serializable
public class Counter$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Counter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Counter
apply(scala.math.BigInt value)
Counter
empty()
scala.Option<scala.math.BigInt>
unapply(Counter x$0)
-
-
-
Field Detail
-
MODULE$
public static final Counter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-