Packages

o

scalan.ExactIntegral

LongIsExactIntegral

implicit object LongIsExactIntegral extends ExactIntegral[Long]

Linear Supertypes
ExactIntegral[Long], ExactNumeric[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongIsExactIntegral
  2. ExactIntegral
  3. ExactNumeric
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def divisionRemainder(x: Long, y: Long): Long

    Operation which returns remainder from dividing x by y.

    Operation which returns remainder from dividing x by y. The exact rules are defined in the concrete instance of the type T. A default implementation delegates to Integral[T].rem method for the corresponding type T. The default implementation can be overridden for any concrete type T.

    Definition Classes
    ExactIntegral
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromInt(x: Int): Long

    Returns a value of type T, which corresponds to the given integer value x.

    Returns a value of type T, which corresponds to the given integer value x.

    Definition Classes
    ExactNumeric
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def minus(x: Long, y: Long): Long

    Subtraction operation x - y.

    Subtraction operation x - y.

    Definition Classes
    LongIsExactIntegralExactNumeric
  15. val n: LongIsIntegral.type
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def negate(x: Long): Long

    Returns negative value -x.

    Returns negative value -x.

    Definition Classes
    ExactNumeric
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. lazy val one: Long

    A value of type T which corresponds to integer 1.

    A value of type T which corresponds to integer 1.

    Definition Classes
    ExactNumeric
  21. def plus(x: Long, y: Long): Long

    Addition operation x + y.

    Addition operation x + y.

    Definition Classes
    LongIsExactIntegralExactNumeric
  22. def quot(x: Long, y: Long): Long

    Integer division operation x / y.

    Integer division operation x / y.

    Definition Classes
    ExactIntegral
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def times(x: Long, y: Long): Long

    Multiplication operation x * y.

    Multiplication operation x * y.

    Definition Classes
    LongIsExactIntegralExactNumeric
  25. def toInt(x: Long): Int
    Definition Classes
    ExactNumeric
  26. def toLong(x: Long): Long
    Definition Classes
    ExactNumeric
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. lazy val zero: Long

    A value of type T which corresponds to integer 0.

    A value of type T which corresponds to integer 0.

    Definition Classes
    ExactNumeric

Inherited from ExactIntegral[Long]

Inherited from ExactNumeric[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped