Packages

class Ops extends AnyRef

Source
Numeric.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ops(lhs: T)

Value Members

  1. def *(rhs: T): T
  2. def +(rhs: T): T
  3. def -(rhs: T): T
  4. def abs(): T
  5. def signum(): Int
  6. def toDouble(): Double
  7. def toFloat(): Float
  8. def toInt(): Int
  9. def toLong(): Long
  10. def unary_-(): T