WithMinimumNumericTemplate
The numeric template for which the minimum value, either inclusive or exclusive, has been specified.
This template represents one for numerical values where the minimum constraint, whether it be an inclusive or exclusive one, has been specified. Now, only a maximum constraint can be specified, closing the now half-open interval. This is not mandatory to do. This will produce a "complete" template for which no more constraints can be specified.
Type parameters
- A
-
the actual numeric type for which instantiating this type
- B
-
the actual type of the template for which either the minimum and the maximum have been specified altogether
Attributes
- Constructor
-
creates a new instance of this trait given the already specified minimum value, the function that returns a new template given the minimum and the maximum and the one that returns a new JsonNumericTemplate from this one
- Graph
-
- Supertypes
- Known subtypes
-
class WithMinimumFloatTemplate