@FunctionalInterface public interface CheckedRunnable<E extends Exception>
Runnable, but allows throwing checked exceptions.| Modifier and Type | Method and Description |
|---|---|
void |
run() |
default Runnable |
toRunnable()
Returns
Runnable, that throw the configured Exception as
CheckedFunctionRuntimeException. |
Copyright © 2026. All rights reserved.