AtMost

parsley.token.descriptions.text.NumberOfDigits$.AtMost
final case class AtMost(n: Int) extends NumberOfDigits

There must be at most n digits in the numeric escape literal, up to and including the value given.

Attributes

n

the maximum (inclusive) number of digits allowed in the literal.

Since:

4.0.0

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product