TimestampSecond

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

Value members

Concrete methods

def +(x: Long): TimestampSecond
def +(x: FiniteDuration): TimestampSecond
def -(x: Long): TimestampSecond
def -(x: FiniteDuration): TimestampSecond
def -(x: TimestampSecond): FiniteDuration
override def compare(that: TimestampSecond): Int
Definition Classes
Ordered
Source:
Lightning.scala
def toLong: Long
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

def <(that: TimestampSecond): Boolean
Inherited from:
Ordered
def <=(that: TimestampSecond): Boolean
Inherited from:
Ordered
def >(that: TimestampSecond): Boolean
Inherited from:
Ordered
def >=(that: TimestampSecond): Boolean
Inherited from:
Ordered
def compareTo(that: TimestampSecond): Int
Inherited from:
Ordered
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product