Initializers
| Name | Type | Description |
|---|
Static Functions
| Name | Description |
|---|---|
anyValue | Produces a lazy token from an untyped value. |
listValue | Returns a list-ified token for a lazy value. |
numberValue | Returns a numberified token for a lazy value. |
stringValue | Returns a stringified token for a lazy value. |
anyValue
producerRequired
- Type: IAnyProducer
optionsOptional
- Type: LazyAnyValueOptions
listValue
producerRequired
- Type: IListProducer
optionsOptional
- Type: LazyListValueOptions
numberValue
producerRequired
- Type: INumberProducer
stringValue
producerRequired
- Type: IStringProducer
optionsOptional
- Type: LazyStringValueOptions