| Modifier and Type | Class and Description |
|---|---|
static class |
LazyAnyValueOptions.Jsii$Proxy
An implementation for
LazyAnyValueOptions |
| Modifier and Type | Method and Description |
|---|---|
LazyAnyValueOptions |
LazyAnyValueOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static IResolvable |
Lazy.any(IStableAnyProducer producer,
LazyAnyValueOptions options)
Defer the one-time calculation of an arbitrarily typed value to synthesis time.
|
static IResolvable |
Lazy.anyValue(IAnyProducer producer,
LazyAnyValueOptions options)
Deprecated.
Use `Lazy.any()` or `Lazy.uncachedAny()` instead.
|
static IResolvable |
Lazy.uncachedAny(IAnyProducer producer,
LazyAnyValueOptions options)
Defer the calculation of an untyped value to synthesis time.
|
Copyright © 2021. All rights reserved.