| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T extends AutoCloseable> |
Try.with(Runnable finalAction) |
static <T extends AutoCloseable> |
Try.with(T targetResource) |
static <T extends AutoCloseable> |
Try.with(Throwables.Supplier<T,? extends Exception> targetResourceSupplier) |
static <T extends AutoCloseable> |
Try.with(Throwables.Supplier<T,? extends Exception> targetResourceSupplier,
Runnable finalAction) |
static <T extends AutoCloseable> |
Try.with(T targetResource,
Runnable finalAction) |
Copyright © 2021. All rights reserved.