| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingSupplier<T,E> |
ThrowingSupplier.andFinally(Runnable runnable) |
default <N extends Exception> |
ThrowingSupplier.mapException(Function<Exception,N> exceptionMapper) |
static <T,E extends Exception> |
Try.supplier(ThrowingSupplier<T,E> supplier) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Try.get(ThrowingSupplier<T,? extends Exception> supplier) |
static <D,E extends Exception> |
Optionals.orElseGet(Optional<D> current,
ThrowingSupplier<? extends D,E> supplier) |
<E extends Exception> |
Optionals.Wrapper.orElseGet(ThrowingSupplier<? extends T,E> supplier) |
static <T,E extends Exception> |
Try.supplier(ThrowingSupplier<T,E> supplier) |
Copyright © 2025. All rights reserved.