SingleValuesPatternMore

Description

Wrapper for add more values to a SingleValuesPattern.

Methods

and( value: string | number | boolean | Date | Resource | Literal ): SingleValuesPatternMore

Parameters

NameTypeDescription
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

NameTypeDescription
C

The related container with the data for the SingleValuesPatternMore statement.

O

The base base from where to create the SingleValuesPatternMore statement.

Returns

The SingleValuesPatternMore statement created from the object provided.