final class RichBigInteger extends AnyVal with Ordered[BigInteger]
- Source
- RichBigInteger.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichBigInteger
- Ordered
- Comparable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RichBigInteger(self: BigInteger)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def <(that: BigInteger): Boolean
- Definition Classes
- Ordered
- def <=(that: BigInteger): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def >(that: BigInteger): Boolean
- Definition Classes
- Ordered
- def >=(that: BigInteger): Boolean
- Definition Classes
- Ordered
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def compare(that: BigInteger): Int
- Definition Classes
- RichBigInteger → Ordered
- def compareTo(that: BigInteger): Int
- Definition Classes
- Ordered → Comparable
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def intValueExact(): Int
- def intValueExactOption(): Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNegative: Boolean
- def isNegativeOrZero: Boolean
- def isNotZero: Boolean
- def isPositive: Boolean
- def isPositiveOrZero: Boolean
- def isZero: Boolean
- def longValueExact(): Long
- def longValueExactOption(): Option[Long]
- val self: BigInteger
- def toString(): String
- Definition Classes
- Any