Scala Standard Library 2.12.18 - scala.math.Numeric.DoubleAsIfIntegral (original) (raw)
trait DoubleAsIfIntegral extends DoubleIsConflicted with Integral[Double]
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoubleAsIfIntegral
- Integral
- DoubleIsConflicted
- Numeric
- Ordering
- PartialOrdering
- Equiv
- Serializable
- Serializable
- Comparator
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (DoubleAsIfIntegral, B)
- final def ==(arg0: Any): Boolean
- def abs(x: Double): Double
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (DoubleAsIfIntegral) ⇒ Boolean, msg: ⇒ Any): DoubleAsIfIntegral
- def ensuring(cond: (DoubleAsIfIntegral) ⇒ Boolean): DoubleAsIfIntegral
- def ensuring(cond: Boolean, msg: ⇒ Any): DoubleAsIfIntegral
- def ensuring(cond: Boolean): DoubleAsIfIntegral
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def equiv(x: Double, y: Double): Boolean
- def finalize(): Unit
- def fromInt(x: Int): Double
- final def getClass(): Class[_]
- def gt(x: Double, y: Double): Boolean
- def gteq(x: Double, y: Double): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def lt(x: Double, y: Double): Boolean
- def lteq(x: Double, y: Double): Boolean
- def max(x: Double, y: Double): Double
- def min(x: Double, y: Double): Double
- def minus(x: Double, y: Double): Double
- implicit def mkNumericOps(lhs: Double): IntegralOps
- implicit def mkOrderingOps(lhs: Double): DoubleAsIfIntegral.Ops
- final def ne(arg0: AnyRef): Boolean
- def negate(x: Double): Double
- final def notify(): Unit
- final def notifyAll(): Unit
- def on[U](f: (U) ⇒ Double): Ordering[U]
- def one: Double
- def plus(x: Double, y: Double): Double
- def quot(x: Double, y: Double): Double
- def rem(x: Double, y: Double): Double
- def reverse: Ordering[Double]
- def reversed(): Comparator[Double]
- def signum(x: Double): Int
- final def synchronized[T0](arg0: ⇒ T0): T0
- def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Double, _ <: U]): Comparator[Double]
- def thenComparing[U](arg0: java.util.function.Function[_ >: Double, _ <: U], arg1: Comparator[_ >: U]): Comparator[Double]
- def thenComparing(arg0: Comparator[_ >: Double]): Comparator[Double]
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: Double]): Comparator[Double]
- def thenComparingInt(arg0: ToIntFunction[_ >: Double]): Comparator[Double]
- def thenComparingLong(arg0: ToLongFunction[_ >: Double]): Comparator[Double]
- def times(x: Double, y: Double): Double
- def toDouble(x: Double): Double
- def toFloat(x: Double): Float
- def toInt(x: Double): Int
- def toLong(x: Double): Long
- def toString(): String
- def tryCompare(x: Double, y: Double): Some[Int]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def zero: Double
- def →[B](y: B): (DoubleAsIfIntegral, B)