| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingRunnable<E> |
ThrowingRunnable.andFinally(Runnable runnable) |
default <N extends Exception> |
ThrowingRunnable.mapException(Function<Exception,N> exceptionMapper) |
static <E extends Exception> |
Try.runable(ThrowingRunnable<E> runable) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
Optionals.Wrapper.ifAbsent(ThrowingRunnable<E> runable) |
static void |
Try.run(ThrowingRunnable<? extends Exception> runable) |
static <E extends Exception> |
Try.runable(ThrowingRunnable<E> runable) |
Copyright © 2025. All rights reserved.