TimestampMilli

case class TimestampMilli(underlying: Long) extends Ordered[TimestampMilli]
Companion:
object
Source:
Lightning.scala
trait Serializable
trait Product
trait Equals
trait Comparable[TimestampMilli]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(that: TimestampMilli): Int
Definition Classes
Source:
Lightning.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Lightning.scala

Inherited methods

Inherited from:
Ordered
Inherited from:
Ordered
Inherited from:
Ordered
Inherited from:
Ordered
Inherited from:
Ordered
Inherited from:
Product