Scala Standard Library 2.13.15 - scala.math.Ordering.BigIntOrdering (original) (raw)

trait BigIntOrdering extends Ordering[BigInt]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. BigIntOrdering
  2. Ordering
  3. PartialOrdering
  4. Equiv
  5. Serializable
  6. Comparator
  7. AnyRef
  8. Any

Implicitly

  1. by orderingToOrdered

  2. by any2stringadd

  3. by StringFormat

  4. by Ensuring

  5. by ArrowAssoc

  6. Hide All

  7. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): (BigIntOrdering, B)
  5. def <(that: BigIntOrdering): Boolean
  6. def <=(that: BigIntOrdering): Boolean
  7. final def ==(arg0: Any): Boolean
  8. def >(that: BigIntOrdering): Boolean
  9. def >=(that: BigIntOrdering): Boolean
  10. final def asInstanceOf[T0]: T0
  11. def clone(): AnyRef
  12. def compare(x: BigInt, y: BigInt): Int
  13. def compareTo(that: BigIntOrdering): Int
  14. def ensuring(cond: (BigIntOrdering) => Boolean, msg: => Any): BigIntOrdering
  15. def ensuring(cond: (BigIntOrdering) => Boolean): BigIntOrdering
  16. def ensuring(cond: Boolean, msg: => Any): BigIntOrdering
  17. def ensuring(cond: Boolean): BigIntOrdering
  18. final def eq(arg0: AnyRef): Boolean
  19. def equals(arg0: AnyRef): Boolean
  20. def equiv(x: BigInt, y: BigInt): Boolean
  21. def finalize(): Unit
  22. final def getClass(): Class[_ <: AnyRef]
  23. def gt(x: BigInt, y: BigInt): Boolean
  24. def gteq(x: BigInt, y: BigInt): Boolean
  25. def hashCode(): Int
  26. final def isInstanceOf[T0]: Boolean
  27. def isReverseOf(other: Ordering[_]): Boolean
  28. def lt(x: BigInt, y: BigInt): Boolean
  29. def lteq(x: BigInt, y: BigInt): Boolean
  30. def max[U <: BigInt](x: U, y: U): U
  31. def min[U <: BigInt](x: U, y: U): U
  32. implicit def mkOrderingOps(lhs: BigInt): OrderingOps
  33. final def ne(arg0: AnyRef): Boolean
  34. final def notify(): Unit
  35. final def notifyAll(): Unit
  36. def on[U](f: (U) => BigInt): Ordering[U]
  37. def orElse(other: Ordering[BigInt]): Ordering[BigInt]
  38. def orElseBy[S](f: (BigInt) => S)(implicit ord: Ordering[S]): Ordering[BigInt]
  39. def reverse: Ordering[BigInt]
  40. def reversed(): Comparator[BigInt]
  41. final def synchronized[T0](arg0: => T0): T0
  42. def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: java.util.function.Function[_ >: BigInt <: AnyRef, _ <: U]): Comparator[BigInt]
  43. def thenComparing[U <: AnyRef](arg0: java.util.function.Function[_ >: BigInt <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[BigInt]
  44. def thenComparing(arg0: Comparator[_ >: BigInt <: AnyRef]): Comparator[BigInt]
  45. def thenComparingDouble(arg0: ToDoubleFunction[_ >: BigInt <: AnyRef]): Comparator[BigInt]
  46. def thenComparingInt(arg0: ToIntFunction[_ >: BigInt <: AnyRef]): Comparator[BigInt]
  47. def thenComparingLong(arg0: ToLongFunction[_ >: BigInt <: AnyRef]): Comparator[BigInt]
  48. def toString(): String
  49. def tryCompare(x: BigInt, y: BigInt): Some[Int]
  50. final def wait(): Unit
  51. final def wait(arg0: Long, arg1: Int): Unit
  52. final def wait(arg0: Long): Unit

Ungrouped