WithMaximumStringTemplate

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

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

Attributes

Graph
Supertypes
trait Template
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def gte(minLength: Int): CompleteStringTemplate

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

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

Value parameters

minLength

the inclusive minimum 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