RichInt

final
class RichInt(val underlying: Int) extends AnyVal with PimpedType[Int]
trait PimpedType[Int]
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def *(period: Period): Period
def day: Period
def days: Period
def hour: Duration
def hours: Duration
def milli: Duration
def millis: Duration
def minute: Duration
def minutes: Duration
def month: Period
def months: Period
def second: Duration
def seconds: Duration
def week: Period
def weeks: Period
def year: Period
def years: Period

Concrete fields

val underlying: Int