CompleteDoubleTemplate

io.github.cakelier.tuples.space.dsl.numeric.DoubleTemplate$.CompleteDoubleTemplate

The "terminal" double template, for which no more information can be specified for building a JsonDoubleTemplate.

This template represents the last stage in building a numeric template, meaning that no more constraints can be specified. The range for the value has already been specified as a minimum and maximum allowed values, either inclusive or exclusive.

Attributes

Constructor

creates a new instance of this class specifying the minimum and the maximum values, being scala.util.Lefts if they are inclusive, or scala.util.Rights if they are exclusive

Graph
Supertypes
trait Template
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

Converts this template to its corresponding JsonTemplate.

Converts this template to its corresponding JsonTemplate.

Attributes

Definition Classes
Inherited from:
CompleteNumericTemplate