Scala Standard Library 2.12.18 - scala.math.Numeric.BigIntIsIntegral (original) (raw)

implicit object BigIntIsIntegral extends BigIntIsIntegral with BigIntOrdering

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. BigIntIsIntegral

  2. BigIntOrdering

  3. BigIntIsIntegral

  4. Integral

  5. Numeric

  6. Ordering

  7. PartialOrdering

  8. Equiv

  9. Serializable

  10. Serializable

  11. Comparator

  12. AnyRef

  13. Any

  14. Hide All

  15. Show All

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. def abs(x: BigInt): BigInt
  5. final def asInstanceOf[T0]: T0
  6. def clone(): AnyRef
  7. def compare(x: BigInt, y: BigInt): Int
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(arg0: Any): Boolean
  10. def equiv(x: BigInt, y: BigInt): Boolean
  11. def finalize(): Unit
  12. def fromInt(x: Int): BigInt
  13. final def getClass(): Class[_]
  14. def gt(x: BigInt, y: BigInt): Boolean
  15. def gteq(x: BigInt, y: BigInt): Boolean
  16. def hashCode(): Int
  17. final def isInstanceOf[T0]: Boolean
  18. def lt(x: BigInt, y: BigInt): Boolean
  19. def lteq(x: BigInt, y: BigInt): Boolean
  20. def max(x: BigInt, y: BigInt): BigInt
  21. def min(x: BigInt, y: BigInt): BigInt
  22. def minus(x: BigInt, y: BigInt): BigInt
  23. implicit def mkNumericOps(lhs: BigInt): IntegralOps
  24. implicit def mkOrderingOps(lhs: BigInt): BigIntIsIntegral.Ops
  25. final def ne(arg0: AnyRef): Boolean
  26. def negate(x: BigInt): BigInt
  27. final def notify(): Unit
  28. final def notifyAll(): Unit
  29. def on[U](f: (U) ⇒ BigInt): Ordering[U]
  30. def one: BigInt
  31. def plus(x: BigInt, y: BigInt): BigInt
  32. def quot(x: BigInt, y: BigInt): BigInt
  33. def rem(x: BigInt, y: BigInt): BigInt
  34. def reverse: Ordering[BigInt]
  35. def reversed(): Comparator[BigInt]
  36. def signum(x: BigInt): Int
  37. final def synchronized[T0](arg0: ⇒ T0): T0
  38. def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: BigInt, _ <: U]): Comparator[BigInt]
  39. def thenComparing[U](arg0: java.util.function.Function[_ >: BigInt, _ <: U], arg1: Comparator[_ >: U]): Comparator[BigInt]
  40. def thenComparing(arg0: Comparator[_ >: BigInt]): Comparator[BigInt]
  41. def thenComparingDouble(arg0: ToDoubleFunction[_ >: BigInt]): Comparator[BigInt]
  42. def thenComparingInt(arg0: ToIntFunction[_ >: BigInt]): Comparator[BigInt]
  43. def thenComparingLong(arg0: ToLongFunction[_ >: BigInt]): Comparator[BigInt]
  44. def times(x: BigInt, y: BigInt): BigInt
  45. def toDouble(x: BigInt): Double
  46. def toFloat(x: BigInt): Float
  47. def toInt(x: BigInt): Int
  48. def toLong(x: BigInt): Long
  49. def toString(): String
  50. def tryCompare(x: BigInt, y: BigInt): Some[Int]
  51. final def wait(): Unit
  52. final def wait(arg0: Long, arg1: Int): Unit
  53. final def wait(arg0: Long): Unit
  54. def zero: BigInt

Ungrouped