object numeric
Ordering
- Alphabetic
- By Inheritance
Inherited
- numeric
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type NegDouble = Refined[Double, Negative]
A
Doubleless than 0. - type NegFloat = Refined[Float, Negative]
A
Floatless than 0. - type NegInt = Refined[Int, Negative]
An
Intin the range fromInt.MinValueto -1. - type NegLong = Refined[Long, Negative]
A
Longin the range fromLong.MinValueto -1. - type NonNegDouble = Refined[Double, NonNegative]
A
Doublegreater than or equal to 0. - type NonNegFloat = Refined[Float, NonNegative]
A
Floatgreater than or equal to 0. - type NonNegInt = Refined[Int, NonNegative]
An
Intin the range from 0 toInt.MaxValue. - type NonNegLong = Refined[Long, NonNegative]
A
Longin the range from 0 toLong.MaxValue. - type NonPosDouble = Refined[Double, NonPositive]
A
Doubleless than or equal to 0. - type NonPosFloat = Refined[Float, NonPositive]
A
Floatless than or equal to 0. - type NonPosInt = Refined[Int, NonPositive]
An
Intin the range fromInt.MinValueto 0. - type NonPosLong = Refined[Long, NonPositive]
A
Longin the range fromLong.MinValueto 0. - type PosDouble = Refined[Double, Positive]
A
Doublegreater than 0. - type PosFloat = Refined[Float, Positive]
A
Floatgreater than 0. - type PosInt = Refined[Int, Positive]
An
Intin the range from 1 toInt.MaxValue. - type PosLong = Refined[Long, Positive]
A
Longin the range from 1 toLong.MaxValue.
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): 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[_]
- 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
- @native() @throws(classOf[java.lang.InterruptedException])
- object NegDouble extends Numeric[NegDouble, Double]
- object NegFloat extends Numeric[NegFloat, Float]
- object NegInt extends Numeric[NegInt, Int]
- object NegLong extends Numeric[NegLong, Long]
- object NonNegDouble extends Numeric[NonNegDouble, Double]
- object NonNegFloat extends Numeric[NonNegFloat, Float]
- object NonNegInt extends Numeric[NonNegInt, Int]
- object NonNegLong extends Numeric[NonNegLong, Long]
- object NonPosDouble extends Numeric[NonPosDouble, Double]
- object NonPosFloat extends Numeric[NonPosFloat, Float]
- object NonPosInt extends Numeric[NonPosInt, Int]
- object NonPosLong extends Numeric[NonPosLong, Long]
- object PosDouble extends Numeric[PosDouble, Double]
- object PosFloat extends Numeric[PosFloat, Float]
- object PosInt extends Numeric[PosInt, Int]
- object PosLong extends Numeric[PosLong, Long]