PermeabilityNumeric

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

Type members

Inherited classlikes

class NumericOps
Inherited from
Numeric
Inherited from
Ordering

Value members

Inherited methods

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

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

Deprecated and Inherited methods

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

Inherited fields

Implicits

Inherited implicits

Inherited from
Numeric
Inherited from
Ordering