public interface ThrowingRunnable<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
default ThrowingRunnable<E> |
andFinally(Runnable runnable) |
default <N extends Exception> |
mapCheckedException(Function<Exception,N> exceptionMapper) |
void |
run() |
Copyright © 2022. All rights reserved.