@FunctionalInterface
public interface ThrowingRunnable
Runnable
which can throw Exception
s.
Used to expand the allowed set of method references to be used by Java 8 functional interfaces.
Modifier and Type | Method and Description |
---|---|
void |
run() |