WithMinimumStringTemplate

io.github.cakelier.tuples.space.dsl.StringTemplate$.WithMinimumStringTemplate
class WithMinimumStringTemplate(minLength: Int) extends Template

The string template for which only the inclusive minimum length has been specified.

Attributes

Graph
Supertypes
trait Template
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def lte(maxLength: Int): CompleteStringTemplate

Adds the inclusive maximum length that the string should satisfy to match the built template.

Adds the inclusive maximum length that the string should satisfy to match the built template.

Value parameters

maxLength

the inclusive maximum length that the string should satisfy to match the built template

Attributes

Returns

a "terminal" template, which has stored the inclusive minimum and inclusive maximum information

Converts this template to its corresponding JsonTemplate.

Converts this template to its corresponding JsonTemplate.

Attributes

Definition Classes