Digit

org.finos.morphir.prelude.Assertion$.Regex$.Digit
final case class Digit(reversed: Boolean) extends Regex

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Regex
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def compile: String

Inherited methods

def *: Regex

Attributes

Inherited from:
Regex
def +: Regex

Attributes

Inherited from:
Regex
def ?: Regex

Attributes

Inherited from:
Regex
def between(min: Int, max: Int): Regex

Attributes

Inherited from:
Regex
def max(n: Int): Regex

Attributes

Inherited from:
Regex
def min(n: Int): Regex

Attributes

Inherited from:
Regex
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def |(that: Regex): Regex

Attributes

Inherited from:
Regex
def ~(that: Regex): Regex

Attributes

Inherited from:
Regex