scala.math.Integral

IntegralOps

class IntegralOps extends Ops

Source
Integral.scala
Linear Supertypes
Integral.Ops, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntegralOps
  2. Ops
  3. AnyRef
  4. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntegralOps(lhs: T)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def %(rhs: T): T

  5. def *(rhs: T): T

    Definition Classes
    Ops
  6. def +(rhs: T): T

    Definition Classes
    Ops
  7. def -(rhs: T): T

    Definition Classes
    Ops
  8. def ->[B](y: B): (IntegralOps, B)

    Implicit information
    This member is added by an implicit conversion from IntegralOps to ArrowAssoc[IntegralOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /(rhs: T): T

  10. def /%(rhs: T): (T, T)

  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. def abs(): T

    Definition Classes
    Ops
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def ensuring(cond: (IntegralOps) ⇒ Boolean, msg: ⇒ Any): IntegralOps

    Implicit information
    This member is added by an implicit conversion from IntegralOps to Ensuring[IntegralOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (IntegralOps) ⇒ Boolean): IntegralOps

    Implicit information
    This member is added by an implicit conversion from IntegralOps to Ensuring[IntegralOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): IntegralOps

    Implicit information
    This member is added by an implicit conversion from IntegralOps to Ensuring[IntegralOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): IntegralOps

    Implicit information
    This member is added by an implicit conversion from IntegralOps to Ensuring[IntegralOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from IntegralOps to StringFormat[IntegralOps] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def signum(): Int

    Definition Classes
    Ops
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toDouble(): Double

    Definition Classes
    Ops
  33. def toFloat(): Float

    Definition Classes
    Ops
  34. def toInt(): Int

    Definition Classes
    Ops
  35. def toLong(): Long

    Definition Classes
    Ops
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def unary_-(): T

    Definition Classes
    Ops
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def [B](y: B): (IntegralOps, B)

    Implicit information
    This member is added by an implicit conversion from IntegralOps to ArrowAssoc[IntegralOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from IntegralOps to StringAdd[IntegralOps] performed by method StringAdd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (integralOps: StringAdd[IntegralOps]).+(other)
    Definition Classes
    StringAdd

Inherited from Integral.Ops

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from IntegralOps to StringAdd[IntegralOps]

Inherited by implicit conversion StringFormat from IntegralOps to StringFormat[IntegralOps]

Inherited by implicit conversion Ensuring from IntegralOps to Ensuring[IntegralOps]

Inherited by implicit conversion ArrowAssoc from IntegralOps to ArrowAssoc[IntegralOps]

Ungrouped