@FunctionalInterface public interface CheckedRunnable
Runnable that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run this runnable.
|