| Modifier and Type | Interface and Description |
|---|---|
static interface |
IListProducer.Jsii$Default
Internal default implementation for
IListProducer. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IListProducer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Lazy.listValue(IListProducer producer)
Deprecated.
Use `Lazy.list()` or `Lazy.uncachedList()` instead.
|
static List<String> |
Lazy.listValue(IListProducer producer,
LazyListValueOptions options)
Deprecated.
Use `Lazy.list()` or `Lazy.uncachedList()` instead.
|
static List<String> |
Lazy.uncachedList(IListProducer producer)
Defer the calculation of a list value to synthesis time.
|
static List<String> |
Lazy.uncachedList(IListProducer producer,
LazyListValueOptions options)
Defer the calculation of a list value to synthesis time.
|
Copyright © 2020. All rights reserved.