object numeric
- Alphabetic
- By Inheritance
- numeric
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
NegBigDecimal = Refined[BigDecimal, Negative]
A
BigDecimalless than 0. -
type
NegBigInt = Refined[BigInt, Negative]
A
BigIntless than or equal to 0. -
type
NegByte = Refined[Byte, Negative]
A
Bytein the range fromByte.MinValueto -1. -
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
NegShort = Refined[Short, Negative]
A
Shortin the range fromShort.MinValueto -1. -
type
NonNaNDouble = Refined[Double, NonNaN]
A
Doublethat is not NaN. -
type
NonNaNFloat = Refined[Float, NonNaN]
A
Floatthat is not NaN. -
type
NonNegBigDecimal = Refined[BigDecimal, NonNegative]
A
BigDecimalgreater than or equal to 0. -
type
NonNegBigInt = Refined[BigInt, NonNegative]
A
BigIntgreater than or equal to 0. -
type
NonNegByte = Refined[Byte, NonNegative]
A
Bytein the range from 0 toByte.MaxValue. -
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
NonNegShort = Refined[Short, NonNegative]
A
Shortin the range from 0 toShort.MaxValue. -
type
NonPosBigDecimal = Refined[BigDecimal, NonPositive]
A
BigDecimalless than or equal to 0. -
type
NonPosBigInt = Refined[BigInt, NonPositive]
A
BigIntless than or equal to 0. -
type
NonPosByte = Refined[Byte, NonPositive]
A
Bytein the range fromByte.MinValueto 0. -
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
NonPosShort = Refined[Short, NonPositive]
A
Shortin the range fromShort.MinValueto 0. -
type
PosBigDecimal = Refined[BigDecimal, Positive]
A
BigDecimalgreater than 0. -
type
PosBigInt = Refined[BigInt, Positive]
A
BigIntgreater than 0. -
type
PosByte = Refined[Byte, Positive]
A
Bytein the range from 1 toByte.MaxValue. -
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. -
type
PosShort = Refined[Short, Positive]
A
Shortin the range from 1 toShort.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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object NegBigDecimal extends RefinedTypeOps[NegBigDecimal, BigDecimal]
- object NegBigInt extends RefinedTypeOps[NegBigInt, BigInt]
- object NegByte extends Numeric[NegByte, Byte]
- 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 NegShort extends Numeric[NegShort, Short]
- object NonNaNDouble extends RefinedTypeOps[NonNaNDouble, Double]
- object NonNaNFloat extends RefinedTypeOps[NonNaNFloat, Float]
- object NonNegBigDecimal extends RefinedTypeOps[NonNegBigDecimal, BigDecimal]
- object NonNegBigInt extends RefinedTypeOps[NonNegBigInt, BigInt]
- object NonNegByte extends Numeric[NonNegByte, Byte]
- 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 NonNegShort extends Numeric[NonNegShort, Short]
- object NonPosBigDecimal extends RefinedTypeOps[NonPosBigDecimal, BigDecimal]
- object NonPosBigInt extends RefinedTypeOps[NonPosBigInt, BigInt]
- object NonPosByte extends Numeric[NonPosByte, Byte]
- 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 NonPosShort extends Numeric[NonPosShort, Short]
- object PosBigDecimal extends RefinedTypeOps[PosBigDecimal, BigDecimal]
- object PosBigInt extends RefinedTypeOps[PosBigInt, BigInt]
- object PosByte extends Numeric[PosByte, Byte]
- object PosDouble extends Numeric[PosDouble, Double]
- object PosFloat extends Numeric[PosFloat, Float]
- object PosInt extends Numeric[PosInt, Int]
- object PosLong extends Numeric[PosLong, Long]
- object PosShort extends Numeric[PosShort, Short]