DurationOps

zio.DurationOps
final class DurationOps(duration: Duration) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

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
def fold[Z](infinity: => Z, finite: Duration => Z): Z
def max(other: Duration): Duration
def min(other: Duration): Duration