MultipleValuesPatternMoreExtends
Extends
Description
Wrapper for add more values to a MultipleValuesPattern
.
Methods
and( ...values: (string | number | boolean | Date | Resource | Literal)[] ): MultipleValuesPatternMore
Parameters
Name | Type | Description |
---|---|---|
(string | number | boolean | Date | Resource | Literal)[] |
MultipleValuesPatternMore
Description
Constant with utils for MultipleValuesPatternMore
objects.
Methods
createFrom<C extends Container<ValuesToken>, O extends object>( container: C, object: O ): MultipleValuesPatternMore
Factory function that allows to crete a MultipleValuesPatternMore
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 MultipleValuesPatternMore
statement created from the object provided.