trait NumericTypesBinCompat1 extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumericTypesBinCompat1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final type NegBigDecimal = Refined[BigDecimal, Negative]
- final type NegBigInt = Refined[BigInt, Negative]
- final type NegByte = Refined[Byte, Negative]
- final type NegShort = Refined[Short, Negative]
- final type NonNegBigDecimal = Refined[BigDecimal, NonNegative]
- final type NonNegBigInt = Refined[BigInt, NonNegative]
- final type NonNegByte = Refined[Byte, NonNegative]
- final type NonNegShort = Refined[Short, NonNegative]
- final type NonPosBigDecimal = Refined[BigDecimal, NonPositive]
- final type NonPosBigInt = Refined[BigInt, NonPositive]
- final type NonPosByte = Refined[Byte, NonPositive]
- final type NonPosShort = Refined[Short, NonPositive]
- final type PosBigDecimal = Refined[BigDecimal, Positive]
- final type PosBigInt = Refined[BigInt, Positive]
- final type PosByte = Refined[Byte, Positive]
- final type PosShort = Refined[Short, 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 NegBigDecimal: numeric.NegBigDecimal.type
- final val NegBigInt: numeric.NegBigInt.type
- final val NegByte: numeric.NegByte.type
- final val NegShort: numeric.NegShort.type
- final val NonNegBigDecimal: numeric.NonNegBigDecimal.type
- final val NonNegBigInt: numeric.NonNegBigInt.type
- final val NonNegByte: numeric.NonNegByte.type
- final val NonNegShort: numeric.NonNegShort.type
- final val NonPosBigDecimal: numeric.NonPosBigDecimal.type
- final val NonPosBigInt: numeric.NonPosBigInt.type
- final val NonPosByte: numeric.NonPosByte.type
- final val NonPosShort: numeric.NonPosShort.type
- final val PosBigDecimal: numeric.PosBigDecimal.type
- final val PosBigInt: numeric.PosBigInt.type
- final val PosByte: numeric.PosByte.type
- final val PosShort: numeric.PosShort.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()