basis.util

LongOps

final class LongOps extends AnyVal

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

Instance Constructors

  1. new LongOps(__: Long)

Value Members

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

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

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

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

    Definition Classes
    Any
  5. val __: Long

  6. macro def abs: Long

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. macro def countLeadingZeros: Int

  9. macro def countSetBits: Int

  10. macro def countTrailingZeros: Int

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

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

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

  14. macro def min(b: Long): Long

  15. macro def signum: Int

  16. macro def toDoubleBits: Double

  17. def toString(): String

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

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

Inherited from AnyVal

Inherited from Any

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

Ungrouped