T
- The type to be lazy initialized.public class Lazy<T> extends Object
Modifier and Type | Method and Description |
---|---|
T |
get() |
boolean |
isInitialized() |
void |
reset(Supplier<T> init) |
void |
reset(T value) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.