Object

ap.basetypes.IdealInt

IdealIntIsIntegral

Related Doc: package IdealInt

Permalink

implicit object IdealIntIsIntegral extends Integral[IdealInt]

Linear Supertypes
Integral[IdealInt], Numeric[IdealInt], Ordering[IdealInt], PartialOrdering[IdealInt], Equiv[IdealInt], Serializable, Serializable, Comparator[IdealInt], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdealIntIsIntegral
  2. Integral
  3. Numeric
  4. Ordering
  5. PartialOrdering
  6. Equiv
  7. Serializable
  8. Serializable
  9. Comparator
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IntegralOps extends scala.math.Integral.Ops

    Permalink
    Definition Classes
    Integral
  2. class Ops extends AnyRef

    Permalink
    Definition Classes
    Numeric

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abs(x: IdealInt): IdealInt

    Permalink
    Definition Classes
    Numeric
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def compare(x: IdealInt, y: IdealInt): Int

    Permalink
    Definition Classes
    IdealIntIsIntegral → Ordering → Comparator
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def equiv(x: IdealInt, y: IdealInt): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering → Equiv
  11. def fromInt(x: Int): IdealInt

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def gt(x: IdealInt, y: IdealInt): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  14. def gteq(x: IdealInt, y: IdealInt): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def lt(x: IdealInt, y: IdealInt): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  18. def lteq(x: IdealInt, y: IdealInt): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  19. def max(x: IdealInt, y: IdealInt): IdealInt

    Permalink
    Definition Classes
    Ordering
  20. def min(x: IdealInt, y: IdealInt): IdealInt

    Permalink
    Definition Classes
    Ordering
  21. def minus(x: IdealInt, y: IdealInt): IdealInt

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  22. implicit def mkNumericOps(lhs: IdealInt): IntegralOps

    Permalink
    Definition Classes
    Integral → Numeric
  23. implicit def mkOrderingOps(lhs: IdealInt): IdealIntIsIntegral.Ops

    Permalink
    Definition Classes
    Ordering
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def negate(x: IdealInt): IdealInt

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def on[U](f: (U) ⇒ IdealInt): Ordering[U]

    Permalink
    Definition Classes
    Ordering
  29. def one: IdealInt

    Permalink
    Definition Classes
    Numeric
  30. def plus(x: IdealInt, y: IdealInt): IdealInt

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  31. def quot(x: IdealInt, y: IdealInt): IdealInt

    Permalink
    Definition Classes
    IdealIntIsIntegral → Integral
  32. def rem(x: IdealInt, y: IdealInt): IdealInt

    Permalink
    Definition Classes
    IdealIntIsIntegral → Integral
  33. def reverse: Ordering[IdealInt]

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  34. def reversed(): Comparator[IdealInt]

    Permalink
    Definition Classes
    Comparator
  35. def signum(x: IdealInt): Int

    Permalink
    Definition Classes
    Numeric
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: IdealInt, _ <: U]): Comparator[IdealInt]

    Permalink
    Definition Classes
    Comparator
  38. def thenComparing[U](arg0: Function[_ >: IdealInt, _ <: U], arg1: Comparator[_ >: U]): Comparator[IdealInt]

    Permalink
    Definition Classes
    Comparator
  39. def thenComparing(arg0: Comparator[_ >: IdealInt]): Comparator[IdealInt]

    Permalink
    Definition Classes
    Comparator
  40. def thenComparingDouble(arg0: ToDoubleFunction[_ >: IdealInt]): Comparator[IdealInt]

    Permalink
    Definition Classes
    Comparator
  41. def thenComparingInt(arg0: ToIntFunction[_ >: IdealInt]): Comparator[IdealInt]

    Permalink
    Definition Classes
    Comparator
  42. def thenComparingLong(arg0: ToLongFunction[_ >: IdealInt]): Comparator[IdealInt]

    Permalink
    Definition Classes
    Comparator
  43. def times(x: IdealInt, y: IdealInt): IdealInt

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  44. def toDouble(x: IdealInt): Double

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  45. def toFloat(x: IdealInt): Float

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  46. def toInt(x: IdealInt): Int

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  47. def toLong(x: IdealInt): Long

    Permalink
    Definition Classes
    IdealIntIsIntegral → Numeric
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. def tryCompare(x: IdealInt, y: IdealInt): Some[Int]

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def zero: IdealInt

    Permalink
    Definition Classes
    Numeric

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Integral[IdealInt]

Inherited from Numeric[IdealInt]

Inherited from Ordering[IdealInt]

Inherited from PartialOrdering[IdealInt]

Inherited from Equiv[IdealInt]

Inherited from Serializable

Inherited from Serializable

Inherited from Comparator[IdealInt]

Inherited from AnyRef

Inherited from Any

Ungrouped