Scala Standard Library 2.12.18 - scala.math.Ordering.Double (original) (raw)

implicit object Double extends DoubleOrdering

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Double

  2. DoubleOrdering

  3. Ordering

  4. PartialOrdering

  5. Equiv

  6. Serializable

  7. Serializable

  8. Comparator

  9. AnyRef

  10. Any

  11. Hide All

  12. Show All

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. def compare(x: Double, y: Double): Int
  7. final def eq(arg0: AnyRef): Boolean
  8. def equals(arg0: Any): Boolean
  9. def equiv(x: Double, y: Double): Boolean
  10. def finalize(): Unit
  11. final def getClass(): Class[_]
  12. def gt(x: Double, y: Double): Boolean
  13. def gteq(x: Double, y: Double): Boolean
  14. def hashCode(): Int
  15. final def isInstanceOf[T0]: Boolean
  16. def lt(x: Double, y: Double): Boolean
  17. def lteq(x: Double, y: Double): Boolean
  18. def max(x: Double, y: Double): Double
  19. def min(x: Double, y: Double): Double
  20. implicit def mkOrderingOps(lhs: Double): Ops
  21. final def ne(arg0: AnyRef): Boolean
  22. final def notify(): Unit
  23. final def notifyAll(): Unit
  24. def on[U](f: (U) ⇒ Double): Ordering[U]
  25. def reverse: Ordering[Double]
  26. def reversed(): Comparator[Double]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
  28. def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Double, _ <: U]): Comparator[Double]
  29. def thenComparing[U](arg0: java.util.function.Function[_ >: Double, _ <: U], arg1: Comparator[_ >: U]): Comparator[Double]
  30. def thenComparing(arg0: Comparator[_ >: Double]): Comparator[Double]
  31. def thenComparingDouble(arg0: ToDoubleFunction[_ >: Double]): Comparator[Double]
  32. def thenComparingInt(arg0: ToIntFunction[_ >: Double]): Comparator[Double]
  33. def thenComparingLong(arg0: ToLongFunction[_ >: Double]): Comparator[Double]
  34. def toString(): String
  35. def tryCompare(x: Double, y: Double): Some[Int]
  36. final def wait(): Unit
  37. final def wait(arg0: Long, arg1: Int): Unit
  38. final def wait(arg0: Long): Unit

Ungrouped