Scala Standard Library 2.12.18 - scala.math.Numeric.Ops (original) (raw)

class Ops extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Instance Constructors

  1. new Ops(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 ->[B](y: B): (Ops, B)
  7. final def ==(arg0: Any): Boolean
  8. def abs(): T
  9. final def asInstanceOf[T0]: T0
  10. def clone(): AnyRef
  11. def ensuring(cond: (Ops) ⇒ Boolean, msg: ⇒ Any): Ops
  12. def ensuring(cond: (Ops) ⇒ Boolean): Ops
  13. def ensuring(cond: Boolean, msg: ⇒ Any): Ops
  14. def ensuring(cond: Boolean): Ops
  15. final def eq(arg0: AnyRef): Boolean
  16. def equals(arg0: Any): Boolean
  17. def finalize(): Unit
  18. final def getClass(): Class[_]
  19. def hashCode(): Int
  20. final def isInstanceOf[T0]: Boolean
  21. final def ne(arg0: AnyRef): Boolean
  22. final def notify(): Unit
  23. final def notifyAll(): Unit
  24. def signum(): Int
  25. final def synchronized[T0](arg0: ⇒ T0): T0
  26. def toDouble(): Double
  27. def toFloat(): Float
  28. def toInt(): Int
  29. def toLong(): Long
  30. def toString(): String
  31. def unary_-(): T
  32. final def wait(): Unit
  33. final def wait(arg0: Long, arg1: Int): Unit
  34. final def wait(arg0: Long): Unit
  35. def →[B](y: B): (Ops, B)

Ungrouped