final
class
RichInt extends AnyVal
Instance Constructors
-
new
RichInt(underlying: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
day: Period
-
def
days: Period
-
def
getClass(): Class[_ <: AnyVal]
-
def
hour: Duration
-
def
hours: Duration
-
final
def
isInstanceOf[T0]: Boolean
-
def
milli: Duration
-
def
millis: Duration
-
def
minute: Duration
-
def
minutes: Duration
-
def
month: Period
-
def
months: Period
-
def
nano: Duration
-
def
nanos: Duration
-
def
second: Duration
-
def
seconds: Duration
-
def
toString(): String
-
val
underlying: Int
-
def
week: Period
-
def
weeks: Period
-
def
year: Period
-
def
years: Period
Inherited from AnyVal
Inherited from NotNull
Inherited from Any