RichLong

io.github.chronoscala.RichLong
final class RichLong(val underlying: Long) extends AnyVal

Attributes

Source
RichLong.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def hour: Duration

Attributes

Source
RichLong.scala
def hours: Duration

Attributes

Source
RichLong.scala
def milli: Duration

Attributes

Source
RichLong.scala
def millis: Duration

Attributes

Source
RichLong.scala
def minute: Duration

Attributes

Source
RichLong.scala
def minutes: Duration

Attributes

Source
RichLong.scala
def nano: Duration

Attributes

Source
RichLong.scala
def nanos: Duration

Attributes

Source
RichLong.scala
def second: Duration

Attributes

Source
RichLong.scala
def seconds: Duration

Attributes

Source
RichLong.scala

Concrete fields

val underlying: Long

Attributes

Source
RichLong.scala