o

zio.json.internal

UnsafeNumbers

object UnsafeNumbers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsafeNumbers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bigDecimal(num: String, max_bits: Int): BigDecimal
  6. def bigDecimal_(in: Reader, consume: Boolean, max_bits: Int): BigDecimal
  7. def bigDecimal__(in: Reader, consume: Boolean, negative: Boolean, initial: Int, int_only: Boolean, max_bits: Int): BigDecimal
  8. def bigInteger(num: String, max_bits: Int): BigInteger
  9. def bigInteger_(in: Reader, consume: Boolean, max_bits: Int): BigInteger
  10. val bigIntegers: Array[BigInteger]
  11. def byte(num: String): Byte
  12. def byte_(in: Reader, consume: Boolean): Byte
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def double(num: String, max_bits: Int): Double
  15. def double_(in: Reader, consume: Boolean, max_bits: Int): Double
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def float(num: String, max_bits: Int): Float
  20. def float_(in: Reader, consume: Boolean, max_bits: Int): Float
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def int(num: String): Int
  24. def int_(in: Reader, consume: Boolean): Int
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def long(num: String): Long
  27. def long_(in: Reader, consume: Boolean): Long
  28. def long__(in: Reader, lower: Long, upper: Long, consume: Boolean): Long
  29. val longoverflow: Long
  30. val longunderflow: Long
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def short(num: String): Short
  35. def short_(in: Reader, consume: Boolean): Short
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. case object UnsafeNumber extends Exception with NoStackTrace with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped