SingleValuesPatternMoreExtends
Extends
Description
Wrapper for add more values to a SingleValuesPattern
.
Methods
and( value: string | number | boolean | Date | Resource | Literal ): SingleValuesPatternMore
Parameters
Name | Type | Description |
---|---|---|
string | number | boolean | Date | Resource | Literal |
SingleValuesPatternMore
Description
Constant with utils for SingleValuesPatternMore
objects.
Methods
createFrom<C extends Container<ValuesToken>, O extends object>( container: C, object: O ): SingleValuesPatternMore
Factory function that allows to crete a SingleValuesPatternMore
from the object provided.
Parameters
Name | Type | Description |
---|---|---|
C | The related container with the data for the | |
O | The base base from where to create the |
Returns
The SingleValuesPatternMore
statement created from the object provided.