| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> LazyInitializer<T> |
N.lazyInit(Supplier<T> supplier) |
static <T> LazyInitializer<T> |
LazyInitializer.of(Supplier<T> supplier) |
Copyright © 2021. All rights reserved.