object UnsafeNumbers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnsafeNumbers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 bigDecimal(num: String, max_bits: Int): BigDecimal
- def bigDecimal_(in: Reader, consume: Boolean, max_bits: Int): BigDecimal
- def bigDecimal__(in: Reader, consume: Boolean, negative: Boolean, initial: Int, int_only: Boolean, max_bits: Int): BigDecimal
- def bigInteger(num: String, max_bits: Int): BigInteger
- def bigInteger_(in: Reader, consume: Boolean, max_bits: Int): BigInteger
- def byte(num: String): Byte
- def byte_(in: Reader, consume: Boolean): Byte
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def double(num: String, max_bits: Int): Double
- def double_(in: Reader, consume: Boolean, max_bits: Int): Double
- 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])
- def float(num: String, max_bits: Int): Float
- def float_(in: Reader, consume: Boolean, max_bits: Int): Float
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def int(num: String): Int
- def int_(in: Reader, consume: Boolean): Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def long(num: String): Long
- def long_(in: Reader, consume: Boolean): Long
- def long__(in: Reader, lower: Long, upper: Long, consume: Boolean): Long
- 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()
- def short(num: String): Short
- def short_(in: Reader, consume: Boolean): Short
- 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()
- case object UnsafeNumber extends Exception with NoStackTrace with Product with Serializable