case classJsCounter(value: Long) extends JsValue with Ordered[JsCounter] with Product with Serializable
A counter is a 64 bit integer. The difference from JsLong
is mostly for internal representation in database. For encoding
reason, the effective number of bits are 56, which should be
big enough in practice.
Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[JsCounter], Comparable[JsCounter], JsValue, Dynamic, AnyRef, Any
A counter is a 64 bit integer. The difference from JsLong is mostly for internal representation in database. For encoding reason, the effective number of bits are 56, which should be big enough in practice.