Scala Standard Library 2.12.18 - scala.math.Numeric.LongIsIntegral (original) (raw)

trait LongIsIntegral extends Integral[Long]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. LongIsIntegral
  2. Integral
  3. Numeric
  4. Ordering
  5. PartialOrdering
  6. Equiv
  7. Serializable
  8. Serializable
  9. Comparator
  10. AnyRef
  11. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Abstract Value Members

  1. abstract def compare(x: Long, y: Long): Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (LongIsIntegral, B)
  5. final def ==(arg0: Any): Boolean
  6. def abs(x: Long): Long
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. def ensuring(cond: (LongIsIntegral) ⇒ Boolean, msg: ⇒ Any): LongIsIntegral
  10. def ensuring(cond: (LongIsIntegral) ⇒ Boolean): LongIsIntegral
  11. def ensuring(cond: Boolean, msg: ⇒ Any): LongIsIntegral
  12. def ensuring(cond: Boolean): LongIsIntegral
  13. final def eq(arg0: AnyRef): Boolean
  14. def equals(arg0: Any): Boolean
  15. def equiv(x: Long, y: Long): Boolean
  16. def finalize(): Unit
  17. def fromInt(x: Int): Long
  18. final def getClass(): Class[_]
  19. def gt(x: Long, y: Long): Boolean
  20. def gteq(x: Long, y: Long): Boolean
  21. def hashCode(): Int
  22. final def isInstanceOf[T0]: Boolean
  23. def lt(x: Long, y: Long): Boolean
  24. def lteq(x: Long, y: Long): Boolean
  25. def max(x: Long, y: Long): Long
  26. def min(x: Long, y: Long): Long
  27. def minus(x: Long, y: Long): Long
  28. implicit def mkNumericOps(lhs: Long): IntegralOps
  29. implicit def mkOrderingOps(lhs: Long): LongIsIntegral.Ops
  30. final def ne(arg0: AnyRef): Boolean
  31. def negate(x: Long): Long
  32. final def notify(): Unit
  33. final def notifyAll(): Unit
  34. def on[U](f: (U) ⇒ Long): Ordering[U]
  35. def one: Long
  36. def plus(x: Long, y: Long): Long
  37. def quot(x: Long, y: Long): Long
  38. def rem(x: Long, y: Long): Long
  39. def reverse: Ordering[Long]
  40. def reversed(): Comparator[Long]
  41. def signum(x: Long): Int
  42. final def synchronized[T0](arg0: ⇒ T0): T0
  43. def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Long, _ <: U]): Comparator[Long]
  44. def thenComparing[U](arg0: java.util.function.Function[_ >: Long, _ <: U], arg1: Comparator[_ >: U]): Comparator[Long]
  45. def thenComparing(arg0: Comparator[_ >: Long]): Comparator[Long]
  46. def thenComparingDouble(arg0: ToDoubleFunction[_ >: Long]): Comparator[Long]
  47. def thenComparingInt(arg0: ToIntFunction[_ >: Long]): Comparator[Long]
  48. def thenComparingLong(arg0: ToLongFunction[_ >: Long]): Comparator[Long]
  49. def times(x: Long, y: Long): Long
  50. def toDouble(x: Long): Double
  51. def toFloat(x: Long): Float
  52. def toInt(x: Long): Int
  53. def toLong(x: Long): Long
  54. def toString(): String
  55. def tryCompare(x: Long, y: Long): Some[Int]
  56. final def wait(): Unit
  57. final def wait(arg0: Long, arg1: Int): Unit
  58. final def wait(arg0: Long): Unit
  59. def zero: Long
  60. def →[B](y: B): (LongIsIntegral, B)

Ungrouped