Packages

class BigIntInfinity extends Ordered[BigIntInfinity]

Linear Supertypes
Ordered[BigIntInfinity], Comparable[BigIntInfinity], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigIntInfinity
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigIntInfinity(value: Option[BigInt])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(that: BigIntInfinity): BigIntInfinity
  4. def +(that: BigIntInfinity): BigIntInfinity
  5. def <(that: BigIntInfinity): Boolean
    Definition Classes
    Ordered
  6. def <=(that: BigIntInfinity): Boolean
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: BigIntInfinity): Boolean
    Definition Classes
    Ordered
  9. def >=(that: BigIntInfinity): Boolean
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(that: BigIntInfinity): Int
    Definition Classes
    BigIntInfinity → Ordered
  13. def compareTo(that: BigIntInfinity): Int
    Definition Classes
    Ordered → Comparable
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(other: Any): Boolean
    Definition Classes
    BigIntInfinity → AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. def isInfinity: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isZero: Boolean
  22. def limit(a: BigInt, b: BigInt): BigIntInfinity
  23. def max(that: BigIntInfinity): BigIntInfinity
  24. def min(that: BigIntInfinity): BigIntInfinity
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    BigIntInfinity → AnyRef → Any
  30. val value: Option[BigInt]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[BigIntInfinity]

Inherited from Comparable[BigIntInfinity]

Inherited from AnyRef

Inherited from Any

Ungrouped