final class RichBigInteger extends AnyVal with Ordered[BigInteger]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichBigInteger
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichBigInteger(self: BigInteger)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def <(that: BigInteger): Boolean
    Definition Classes
    Ordered
  4. def <=(that: BigInteger): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def >(that: BigInteger): Boolean
    Definition Classes
    Ordered
  7. def >=(that: BigInteger): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def compare(that: BigInteger): Int
    Definition Classes
    RichBigInteger → Ordered
  10. def compareTo(that: BigInteger): Int
    Definition Classes
    Ordered → Comparable
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. def intValueExact(): Int
  13. def intValueExactOption(): Option[Int]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isNegative: Boolean
  16. def isNegativeOrZero: Boolean
  17. def isNotZero: Boolean
  18. def isPositive: Boolean
  19. def isPositiveOrZero: Boolean
  20. def isZero: Boolean
  21. def longValueExact(): Long
  22. def longValueExactOption(): Option[Long]
  23. val self: BigInteger
  24. def toString(): String
    Definition Classes
    Any

Inherited from Ordered[BigInteger]

Inherited from Comparable[BigInteger]

Inherited from AnyVal

Inherited from Any

Ungrouped