RichDuration

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

Value members

Concrete methods

def +(millis: Long): Duration
def +(duration: Duration): Duration
def -(millis: Long): Duration
def -(duration: Duration): Duration
override def compare(that: Duration): Int
Definition Classes
Ordered
Source:
RichDuration.scala
def hours: Long
def millis: Long
def minutes: Long
def seconds: Long
def unary_-: Duration

Inherited methods

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

Concrete fields

val underlying: Duration