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

implicit object LongIsIntegral extends LongIsIntegral with LongOrdering

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. LongIsIntegral

  2. LongOrdering

  3. LongIsIntegral

  4. Integral

  5. Numeric

  6. Ordering

  7. PartialOrdering

  8. Equiv

  9. Serializable

  10. Serializable

  11. Comparator

  12. AnyRef

  13. Any

  14. Hide All

  15. Show All

Value Members

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

Ungrouped