| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
N.lazyInitialize(Throwables.Supplier<T,E> supplier) |
static <T,E extends Throwable> |
Fn.Fnn.memoize(Throwables.Supplier<T,E> supplier)
Returns a
Supplier which returns a single instance created by calling the specified supplier.get(). |
static <T,E extends Throwable> |
Throwables.LazyInitializer.of(Throwables.Supplier<T,E> supplier) |
Copyright © 2021. All rights reserved.