| Modifier and Type | Method and Description |
|---|---|
static <T> Try<T> |
Try.of(Try.TryableSupplier<? extends T> supplier) |
static <T extends java.lang.AutoCloseable> |
Try.withResources(Try.TryableSupplier<? extends T> supplier) |
| Constructor and Description |
|---|
TryWithResources(Try.TryableSupplier<? extends T> supplier) |
Copyright © 2019. All Rights Reserved.