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