Scala Standard Library 2.12.18 - scala.math.Numeric.ShortIsIntegral (original) (raw)
trait ShortIsIntegral extends Integral[Short]
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShortIsIntegral
- Integral
- Numeric
- Ordering
- PartialOrdering
- Equiv
- Serializable
- Serializable
- Comparator
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (ShortIsIntegral, B)
- final def ==(arg0: Any): Boolean
- def abs(x: Short): Short
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (ShortIsIntegral) ⇒ Boolean, msg: ⇒ Any): ShortIsIntegral
- def ensuring(cond: (ShortIsIntegral) ⇒ Boolean): ShortIsIntegral
- def ensuring(cond: Boolean, msg: ⇒ Any): ShortIsIntegral
- def ensuring(cond: Boolean): ShortIsIntegral
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def equiv(x: Short, y: Short): Boolean
- def finalize(): Unit
- def fromInt(x: Int): Short
- final def getClass(): Class[_]
- def gt(x: Short, y: Short): Boolean
- def gteq(x: Short, y: Short): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def lt(x: Short, y: Short): Boolean
- def lteq(x: Short, y: Short): Boolean
- def max(x: Short, y: Short): Short
- def min(x: Short, y: Short): Short
- def minus(x: Short, y: Short): Short
- implicit def mkNumericOps(lhs: Short): IntegralOps
- implicit def mkOrderingOps(lhs: Short): ShortIsIntegral.Ops
- final def ne(arg0: AnyRef): Boolean
- def negate(x: Short): Short
- final def notify(): Unit
- final def notifyAll(): Unit
- def on[U](f: (U) ⇒ Short): Ordering[U]
- def one: Short
- def plus(x: Short, y: Short): Short
- def quot(x: Short, y: Short): Short
- def rem(x: Short, y: Short): Short
- def reverse: Ordering[Short]
- def reversed(): Comparator[Short]
- def signum(x: Short): Int
- final def synchronized[T0](arg0: ⇒ T0): T0
- def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Short, _ <: U]): Comparator[Short]
- def thenComparing[U](arg0: java.util.function.Function[_ >: Short, _ <: U], arg1: Comparator[_ >: U]): Comparator[Short]
- def thenComparing(arg0: Comparator[_ >: Short]): Comparator[Short]
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: Short]): Comparator[Short]
- def thenComparingInt(arg0: ToIntFunction[_ >: Short]): Comparator[Short]
- def thenComparingLong(arg0: ToLongFunction[_ >: Short]): Comparator[Short]
- def times(x: Short, y: Short): Short
- def toDouble(x: Short): Double
- def toFloat(x: Short): Float
- def toInt(x: Short): Int
- def toLong(x: Short): Long
- def toString(): String
- def tryCompare(x: Short, y: Short): Some[Int]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def zero: Short
- def →[B](y: B): (ShortIsIntegral, B)