| Package | Description |
|---|---|
| io.atlassian.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static <T> ResettableLazyReference<T> |
Lazy.resettable(Supplier<T> factory)
Returns a
ResettableLazyReference which creates the value by
applying the provided Supplier. |
static <T> ResettableLazyReference<T> |
Lazy.resettableCallable(Callable<T> factory)
Returns a
ResettableLazyReference which creates the value by
applying the provided Callable. |
Copyright © 2024 Atlassian. All rights reserved.