RichInt

io.github.chronoscala.RichInt
final class RichInt(val underlying: Int) extends AnyVal

Attributes

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

Members list

Value members

Concrete methods

def day: Period

Attributes

Source
RichInt.scala
def days: Period

Attributes

Source
RichInt.scala
def hour: Duration

Attributes

Source
RichInt.scala
def hours: Duration

Attributes

Source
RichInt.scala
def milli: Duration

Attributes

Source
RichInt.scala
def millis: Duration

Attributes

Source
RichInt.scala
def minute: Duration

Attributes

Source
RichInt.scala
def minutes: Duration

Attributes

Source
RichInt.scala
def month: Period

Attributes

Source
RichInt.scala
def months: Period

Attributes

Source
RichInt.scala
def nano: Duration

Attributes

Source
RichInt.scala
def nanos: Duration

Attributes

Source
RichInt.scala
def second: Duration

Attributes

Source
RichInt.scala
def seconds: Duration

Attributes

Source
RichInt.scala
def week: Period

Attributes

Source
RichInt.scala
def weeks: Period

Attributes

Source
RichInt.scala
def year: Period

Attributes

Source
RichInt.scala
def years: Period

Attributes

Source
RichInt.scala

Concrete fields

val underlying: Int

Attributes

Source
RichInt.scala