AreaNumeric

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

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: Area): Double
def toFloat(x: Area): Float
def toInt(x: Area): Int
def toLong(x: Area): Long
def tryCompare(x: Area, y: Area): Some[Int]
Inherited from
Ordering
def zero: Area
Inherited from
Numeric

Deprecated and Inherited methods

@deprecated(message = "use `sign` method instead", since = "2.13.0")
def signum(x: Area): Int
Deprecated
[Since version 2.13.0] use `sign` method instead
Inherited from
Numeric

Inherited fields

Implicits

Inherited implicits

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