public class LazyBuilder<T> extends Object
| Constructor and Description |
|---|
LazyBuilder(Supplier<T> build) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
boolean |
hasInstance()
Returns true if the builder was instantiated.
|
Copyright © 2023. All rights reserved.