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

trait ShortIsIntegral extends Integral[Short]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ShortIsIntegral
  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: Short, y: Short): Int

Concrete Value Members

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

Ungrouped