RichDuration

final
class RichDuration(val underlying: Duration) extends AnyVal with Ordered[RichDuration] with PimpedType[Duration]
trait PimpedType[Duration]
trait Ordered[RichDuration]
trait Comparable[RichDuration]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def *(multiplicand: Long): Duration
def +(amount: Long): Duration
def +(amount: Duration): Duration
def -(amount: Long): Duration
def -(amount: Duration): Duration
def /(divisor: Long): Duration
override
def compare(that: RichDuration): Int
Definition Classes
Ordered
def days: Long
def hours: Long
def millis: Long
def minutes: Long
def seconds: Long
def unary_-: Duration

Inherited methods

def <(that: RichDuration): Boolean
Inherited from
Ordered
def <=(that: RichDuration): Boolean
Inherited from
Ordered
def >(that: RichDuration): Boolean
Inherited from
Ordered
def >=(that: RichDuration): Boolean
Inherited from
Ordered
def compareTo(that: RichDuration): Int
Inherited from
Ordered

Concrete fields

val underlying: Duration