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

trait BigIntIsIntegral extends Integral[BigInt]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. BigIntIsIntegral
  2. Integral
  3. Numeric
  4. Ordering
  5. PartialOrdering
  6. Equiv
  7. Serializable
  8. Serializable
  9. Comparator
  10. AnyRef
  11. Any

Implicitly

  1. by orderingToOrdered

  2. by any2stringadd

  3. by StringFormat

  4. by Ensuring

  5. by ArrowAssoc

  6. Hide All

  7. Show All

Concrete Value Members

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

Ungrouped