Numbers

cats.parse.Numbers$
object Numbers

Attributes

Source:
Numbers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Numbers.type

Members list

Concise view

Value members

Concrete fields

map a signedIntString into a BigInt

map a signedIntString into a BigInt

Attributes

Source:
Numbers.scala

a single base 10 digit

a single base 10 digit

Attributes

Source:
Numbers.scala

one or more digit chars

one or more digit chars

Attributes

Source:
Numbers.scala

zero or more digit chars

zero or more digit chars

Attributes

Source:
Numbers.scala

A string matching the json specification for numbers. from: https://tools.ietf.org/html/rfc4627

A string matching the json specification for numbers. from: https://tools.ietf.org/html/rfc4627

Attributes

Source:
Numbers.scala

A String of either 1 '0' or 1 non-zero digit followed by zero or more digits

A String of either 1 '0' or 1 non-zero digit followed by zero or more digits

Attributes

Source:
Numbers.scala

a single base 10 digit excluding 0

a single base 10 digit excluding 0

Attributes

Source:
Numbers.scala

A nonNegativeIntString possibly preceded by '-'

A nonNegativeIntString possibly preceded by '-'

Attributes

Source:
Numbers.scala