case classTwoLongs(a: Long, b: Long) extends Product with Serializable
In this example, we want two longs to be sorted by a first followed by b. We assume these are positive only
because Dynamo does sorting by treating each byte as unsigned number.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
In this example, we want two longs to be sorted by
afirst followed byb. We assume these are positive only because Dynamo does sorting by treating each byte as unsigned number.