trait NumericTypes extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumericTypes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final type NegDouble = Refined[Double, Negative]
- final type NegFloat = Refined[Float, Negative]
- final type NegInt = Refined[Int, Negative]
- final type NegLong = Refined[Long, Negative]
- final type NonNegDouble = Refined[Double, NonNegative]
- final type NonNegFloat = Refined[Float, NonNegative]
- final type NonNegInt = Refined[Int, NonNegative]
- final type NonNegLong = Refined[Long, NonNegative]
- final type NonPosDouble = Refined[Double, NonPositive]
- final type NonPosFloat = Refined[Float, NonPositive]
- final type NonPosInt = Refined[Int, NonPositive]
- final type NonPosLong = Refined[Long, NonPositive]
- final type PosDouble = Refined[Double, Positive]
- final type PosFloat = Refined[Float, Positive]
- final type PosInt = Refined[Int, Positive]
- final type PosLong = Refined[Long, Positive]
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 val NegDouble: numeric.NegDouble.type
- final val NegFloat: numeric.NegFloat.type
- final val NegInt: numeric.NegInt.type
- final val NegLong: numeric.NegLong.type
- final val NonNegDouble: numeric.NonNegDouble.type
- final val NonNegFloat: numeric.NonNegFloat.type
- final val NonNegInt: numeric.NonNegInt.type
- final val NonNegLong: numeric.NonNegLong.type
- final val NonPosDouble: numeric.NonPosDouble.type
- final val NonPosFloat: numeric.NonPosFloat.type
- final val NonPosInt: numeric.NonPosInt.type
- final val NonPosLong: numeric.NonPosLong.type
- final val PosDouble: numeric.PosDouble.type
- final val PosFloat: numeric.PosFloat.type
- final val PosInt: numeric.PosInt.type
- final val PosLong: numeric.PosLong.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.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[java.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()
- 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()