Exactly

parsley.token.descriptions.text.NumberOfDigits$.Exactly
final case class Exactly(n0: Int, ns: Int*) extends NumberOfDigits

The number of digits in the literal must be one of the given values.

Attributes

n0

the first possible digit width.

ns

the other possible digit widths.

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