Class LazyValue<T>
java.lang.Object
software.amazon.smithy.rulesengine.language.util.LazyValue<T>
- Type Parameters:
T
- the type of the lazy initalized value.
A lazy initialized value that is initialized once when retrieved.
Not thread safe.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
builder
-
value
-