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