TimeNumeric

trait Numeric[Time]
trait Ordering[Time]
trait PartialOrdering[Time]
trait Equiv[Time]
trait Serializable
trait Comparator[Time]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class NumericOps
Inherited from
Numeric
Inherited from
Ordering

Value members

Inherited methods

def abs(x: Time): Time
Inherited from
Numeric
def compare(x: Time, y: Time): Int
override def equiv(x: Time, y: Time): Boolean
Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from
Ordering
def fromInt(x: Int): Time
override def gt(x: Time, y: Time): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
override def gteq(x: Time, y: Time): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def isReverseOf(other: Ordering[_]): Boolean
Inherited from
Ordering
override def lt(x: Time, y: Time): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
override def lteq(x: Time, y: Time): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def max[U <: Time](x: U, y: U): U
Inherited from
Ordering
def min[U <: Time](x: U, y: U): U
Inherited from
Ordering
def minus(x: Time, y: Time): Time
def negate(x: Time): Time
def on[U](f: U => Time): Ordering[U]
Inherited from
Ordering
def one: Time
Inherited from
Numeric
def orElse(other: Ordering[Time]): Ordering[Time]
Inherited from
Ordering
def orElseBy[S](f: Time => S)(ord: Ordering[S]): Ordering[Time]
Inherited from
Ordering
def parseString(str: String): Option[Time]
def plus(x: Time, y: Time): Time
override def reverse: Ordering[Time]
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def reversed(): Comparator[Time]
Inherited from
Comparator
def sign(x: Time): Time
Inherited from
Numeric
def thenComparing[U <: Comparable[_ >: U <: `<FromJavaObject>`]](`x$0`: Function[_ >: T <: `<FromJavaObject>`, _ <: U]): Comparator[Time]
Inherited from
Comparator
def thenComparing[U <: `<FromJavaObject>`](`x$0`: Function[_ >: T <: `<FromJavaObject>`, _ <: U], `x$1`: Comparator[_ >: U <: `<FromJavaObject>`]): Comparator[Time]
Inherited from
Comparator
def thenComparing(`x$0`: Comparator[_ >: T <: `<FromJavaObject>`]): Comparator[Time]
Inherited from
Comparator
def thenComparingDouble(`x$0`: ToDoubleFunction[_ >: T <: `<FromJavaObject>`]): Comparator[Time]
Inherited from
Comparator
def thenComparingInt(`x$0`: ToIntFunction[_ >: T <: `<FromJavaObject>`]): Comparator[Time]
Inherited from
Comparator
def thenComparingLong(`x$0`: ToLongFunction[_ >: T <: `<FromJavaObject>`]): Comparator[Time]
Inherited from
Comparator
def times(x: Time, y: Time): Time

times is not a supported Numeric operation for Quantities. It is not possible to multiply a dimensional quantity by a like quantity and get another like quantity. Applying this class in a way that uses this method will result in an UnsupportedOperationException being thrown.

times is not a supported Numeric operation for Quantities. It is not possible to multiply a dimensional quantity by a like quantity and get another like quantity. Applying this class in a way that uses this method will result in an UnsupportedOperationException being thrown.

Value Params
x

Quantity[A]

y

Quantity[A]

Throws
scala.UnsupportedOperationException

for most types

Inherited from
AbstractQuantityNumeric
def toDouble(x: Time): Double
def toFloat(x: Time): Float
def toInt(x: Time): Int
def toLong(x: Time): Long
def tryCompare(x: Time, y: Time): Some[Int]
Inherited from
Ordering
def zero: Time
Inherited from
Numeric

Deprecated and Inherited methods

@deprecated("use `sign` method instead", "2.13.0")
def signum(x: Time): Int
Deprecated
Inherited from
Numeric

Inherited fields

Implicits

Inherited implicits

implicit def mkNumericOps(lhs: Time): NumericOps
Inherited from
Numeric
implicit def mkOrderingOps(lhs: Time): OrderingOps
Inherited from
Ordering