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. def byte(num: String): Byte
  11. def byte_(in: Reader, consume: Boolean): Byte
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def double(num: String, max_bits: Int): Double
  14. def double_(in: Reader, consume: Boolean, max_bits: Int): Double
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def float(num: String, max_bits: Int): Float
  19. def float_(in: Reader, consume: Boolean, max_bits: Int): Float
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def int(num: String): Int
  23. def int_(in: Reader, consume: Boolean): Int
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def long(num: String): Long
  26. def long_(in: Reader, consume: Boolean): Long
  27. def long__(in: Reader, lower: Long, upper: Long, consume: Boolean): Long
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def short(num: String): Short
  32. def short_(in: Reader, consume: Boolean): Short
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. case object UnsafeNumber extends Exception with NoStackTrace with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped