Scala Standard Library 2.12.18 - scala.math.Integral.IntegralOps (original) (raw)

class IntegralOps extends Ops

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. IntegralOps
  2. Ops
  3. AnyRef
  4. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Instance Constructors

  1. new IntegralOps(lhs: T)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def %(rhs: T): T
  4. def *(rhs: T): T
  5. def +(rhs: T): T
  6. def -(rhs: T): T
  7. def ->[B](y: B): (IntegralOps, B)
  8. def /(rhs: T): T
  9. def /%(rhs: T): (T, T)
  10. final def ==(arg0: Any): Boolean
  11. def abs(): T
  12. final def asInstanceOf[T0]: T0
  13. def clone(): AnyRef
  14. def ensuring(cond: (IntegralOps) ⇒ Boolean, msg: ⇒ Any): IntegralOps
  15. def ensuring(cond: (IntegralOps) ⇒ Boolean): IntegralOps
  16. def ensuring(cond: Boolean, msg: ⇒ Any): IntegralOps
  17. def ensuring(cond: Boolean): IntegralOps
  18. final def eq(arg0: AnyRef): Boolean
  19. def equals(arg0: Any): Boolean
  20. def finalize(): Unit
  21. final def getClass(): Class[_]
  22. def hashCode(): Int
  23. final def isInstanceOf[T0]: Boolean
  24. final def ne(arg0: AnyRef): Boolean
  25. final def notify(): Unit
  26. final def notifyAll(): Unit
  27. def signum(): Int
  28. final def synchronized[T0](arg0: ⇒ T0): T0
  29. def toDouble(): Double
  30. def toFloat(): Float
  31. def toInt(): Int
  32. def toLong(): Long
  33. def toString(): String
  34. def unary_-(): T
  35. final def wait(): Unit
  36. final def wait(arg0: Long, arg1: Int): Unit
  37. final def wait(arg0: Long): Unit
  38. def →[B](y: B): (IntegralOps, B)

Ungrouped