- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
Runnable that allows for checked exceptions.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun()Run this runnable.static Runnablesneaky(CheckedRunnable runnable) static Runnableunchecked(CheckedRunnable runnable) static Runnableunchecked(CheckedRunnable runnable, Consumer<Throwable> handler)
-
Method Details
-
run
Run this runnable.- Throws:
Throwable
-
sneaky
-
unchecked
-
unchecked
-