WithMinWithMaxIntegralTemplate
The integral template for which the minimum and the maximum values, either inclusive or exclusive, have been specified.
This template represents one for integral values where the minimum and the maximum constraints, whether they are inclusive or exclusive, have been specified. Now, a "multiple of" constraint can be specified, allowing to match only the values which are multiple of this number. This constraints is not mandatory to apply. This will produce a "complete" template for which no more constraints can be specified.
Type parameters
- A
-
the actual integral type for which instantiating this type
- B
-
the actual type of the template for which all possible constraints have been specified altogether
Attributes
- Constructor
-
creates a new instance of this trait given the already specified minimum and maximum values, the function that returns a new template given the minimum, the maximum and the "multiple of" value and the one that returns a new JsonIntegralTemplate from this one
- Graph
-
- Supertypes
- Known subtypes
-