Class

basis.util

IntOps

Related Doc: package util

Permalink

final class IntOps extends AnyVal

Source
IntOps.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntOps
  2. AnyVal
  3. Any
Implicitly
  1. by ArrowToOps
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntOps(__: Int)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. macro def ->[B](right: B): (IntOps, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from IntOps to ArrowOps[IntOps] performed by method ArrowToOps in basis.util.
    Definition Classes
    ArrowOps
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. val __: Int

    Permalink
  6. macro def abs: Int

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. macro def countLeadingZeros: Int

    Permalink
  9. macro def countSetBits: Int

    Permalink
  10. macro def countTrailingZeros: Int

    Permalink
  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. macro def max(b: Int): Int

    Permalink
  14. macro def min(b: Int): Int

    Permalink
  15. macro def signum: Int

    Permalink
  16. macro def toFloatBits: Float

    Permalink
  17. def toString(): String

    Permalink
    Definition Classes
    Any
  18. macro def [B](right: B): (IntOps, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from IntOps to ArrowOps[IntOps] performed by method ArrowToOps in basis.util.
    Definition Classes
    ArrowOps

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion ArrowToOps from IntOps to ArrowOps[IntOps]

Ungrouped