Scala Standard Library 2.13.15 - scala.concurrent.duration.FiniteDuration (original) (raw)
final class FiniteDuration extends Duration
Ordering
- Alphabetic
- By Inheritance
Inherited
- FiniteDuration
- Duration
- Ordered
- Comparable
- Serializable
- AnyRef
- Any
Implicitly
by orderingToOrdered
by durationToPair
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def *(factor: Long): FiniteDuration
- def *(factor: Double): Duration
- def +(other: FiniteDuration): FiniteDuration
- def +(other: Duration): Duration
- def -(other: FiniteDuration): FiniteDuration
- def -(other: Duration): Duration
- def ->[B](y: B): (FiniteDuration, B)
- def /(divisor: Long): FiniteDuration
- def /(divisor: Duration): Double
- def /(divisor: Double): Duration
- def <(that: Duration): Boolean
- def <=(that: Duration): Boolean
- final def ==(arg0: Any): Boolean
- def >(that: Duration): Boolean
- def >=(that: Duration): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compare(other: Duration): Int
- def compareTo(that: Duration): Int
- def div(divisor: Long): FiniteDuration
- def div(other: Duration): Double
- def div(divisor: Double): Duration
- def ensuring(cond: (FiniteDuration) => Boolean, msg: => Any): FiniteDuration
- def ensuring(cond: (FiniteDuration) => Boolean): FiniteDuration
- def ensuring(cond: Boolean, msg: => Any): FiniteDuration
- def ensuring(cond: Boolean): FiniteDuration
- final def eq(arg0: AnyRef): Boolean
- def equals(other: Any): Boolean
- def finalize(): Unit
- def fromNow: Deadline
- final def getClass(): Class[_ <: AnyRef]
- def gt(other: Duration): Boolean
- def gteq(other: Duration): Boolean
- def hashCode(): Int
- final def isFinite: Boolean
- final def isInstanceOf[T0]: Boolean
- val length: Long
- def lt(other: Duration): Boolean
- def lteq(other: Duration): Boolean
- def max(other: FiniteDuration): FiniteDuration
- def max(other: Duration): Duration
- def min(other: FiniteDuration): FiniteDuration
- def min(other: Duration): Duration
- def minus(other: FiniteDuration): FiniteDuration
- def minus(other: Duration): Duration
- def mul(factor: Long): FiniteDuration
- def mul(factor: Double): Duration
- final def ne(arg0: AnyRef): Boolean
- def neg(): Duration
- final def notify(): Unit
- final def notifyAll(): Unit
- def plus(other: FiniteDuration): FiniteDuration
- def plus(other: Duration): Duration
- def productArity: Int
- def productElement(n: Int): Any
- def productElementNames: Iterator[String]
- def swap: (TimeUnit, Long)
- final def synchronized[T0](arg0: => T0): T0
- final def toCoarsest: FiniteDuration
- def toDays: Long
- def toHours: Long
- def toMicros: Long
- def toMillis: Long
- def toMinutes: Long
- def toNanos: Long
- def toSeconds: Long
- def toString(): String
- def toUnit(u: TimeUnit): Double
- def unary_-: FiniteDuration
- val unit: TimeUnit
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Shadowed Implicit Value Members
- def +(other: String): String
- def <(that: FiniteDuration): Boolean
- def <=(that: FiniteDuration): Boolean
- def >(that: FiniteDuration): Boolean
- def >=(that: FiniteDuration): Boolean
- def compare(that: FiniteDuration): Int
- def compareTo(that: FiniteDuration): Int
- def toString(): String