DurationOps

final implicit class DurationOps(duration: Duration) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def *(factor: Double): Duration
def +(other: Duration): Duration
def <(other: Duration): Boolean
def <=(other: Duration): Boolean
def ==(other: Duration): Boolean
def >(other: Duration): Boolean
def >=(other: Duration): Boolean
def compare(other: Duration): Int
final def fold[Z](infinity: => Z, finite: Duration => Z): Z
final def max(other: Duration): Duration
final def min(other: Duration): Duration