UnsafeNumbers

zio.json.internal.UnsafeNumbers
object UnsafeNumbers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object UnsafeNumber extends Exception, NoStackTrace

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete methods

def `bigDecimal__`(in: Reader, consume: Boolean, negative: Boolean, initial: Int, int_only: Boolean, max_bits: Int): BigDecimal
def `long__`(in: Reader, lower: Long, upper: Long, consume: Boolean): Long
def bigDecimal(num: String, max_bits: Int): BigDecimal
def bigDecimal_(in: Reader, consume: 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 double(num: String, max_bits: Int): Double
def double_(in: Reader, consume: Boolean, max_bits: Int): Double
def float(num: String, max_bits: Int): Float
def float_(in: Reader, consume: Boolean, max_bits: Int): Float
def int(num: String): Int
def int_(in: Reader, consume: Boolean): Int
def long(num: String): Long
def long_(in: Reader, consume: Boolean): Long
def short(num: String): Short
def short_(in: Reader, consume: Boolean): Short