object Numeric extends NumericImplicits0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Numeric
- NumericImplicits0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait NumericInt extends Numeric[Int] with Integral[Int]
- trait NumericBigDecimal extends Numeric[BigDecimal]
- Definition Classes
- NumericImplicits0
- trait NumericBigInt extends Numeric[BigInt] with Integral[BigInt]
- Definition Classes
- NumericImplicits0
- trait NumericByte extends Numeric[Byte] with Integral[Byte]
- Definition Classes
- NumericImplicits0
- trait NumericChar extends Numeric[Char] with Integral[Char]
- Definition Classes
- NumericImplicits0
- trait NumericDouble extends Numeric[Double]
- Definition Classes
- NumericImplicits0
- trait NumericFloat extends Numeric[Float]
- Definition Classes
- NumericImplicits0
- trait NumericLong extends Numeric[Long] with Integral[Long]
- Definition Classes
- NumericImplicits0
- trait NumericShort extends Numeric[Short] with Integral[Short]
- Definition Classes
- NumericImplicits0
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val schema: Schema[Numeric[Any]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit object NumericInt extends NumericInt
- implicit case object NumericBigDecimal extends NumericBigDecimal with Product with Serializable
- Definition Classes
- NumericImplicits0
- implicit case object NumericBigInt extends NumericBigInt with Product with Serializable
- Definition Classes
- NumericImplicits0
- implicit case object NumericByte extends NumericByte with Product with Serializable
- Definition Classes
- NumericImplicits0
- implicit case object NumericChar extends NumericChar with Product with Serializable
- Definition Classes
- NumericImplicits0
- implicit case object NumericDouble extends NumericDouble with Product with Serializable
- Definition Classes
- NumericImplicits0
- implicit case object NumericFloat extends NumericFloat with Product with Serializable
- Definition Classes
- NumericImplicits0
- implicit case object NumericLong extends NumericLong with Product with Serializable
- Definition Classes
- NumericImplicits0
- implicit case object NumericShort extends NumericShort with Product with Serializable
- Definition Classes
- NumericImplicits0