public class ApplicationComponentValueSupplier<O> extends io.ultreia.java4all.util.SingletonSupplier<O> implements Closeable
| Constructor and Description |
|---|
ApplicationComponentValueSupplier(Class<O> componentType,
boolean requireNotNull,
Supplier<O> supplier) |
| Modifier and Type | Method and Description |
|---|---|
Optional<O> |
clear() |
void |
close() |
O |
get() |
Copyright © 2019–2020 Ultreia.io. All rights reserved.