| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads | |
| net.openhft.chronicle.core.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCleanup(Supplier<T> supplier,
ThrowingConsumer<T,Exception> cleanup) |
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCleanup(Supplier<T> supplier,
ThrowingConsumer<T,Exception> cleanup,
Function<T,T> getWrapper)
Deprecated.
|
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCleanup(ThrowingConsumer<T,Exception> cleanup) |
| Modifier and Type | Method and Description |
|---|---|
static <I,T extends Throwable> |
ThrowingConsumer.asConsumer(@NotNull ThrowingConsumer<I,T> function) |
Copyright © 2020. All rights reserved.