Interface ThrowingRunnable<E extends Throwable>
- Type Parameters:
E
- Exception
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Runnable with a generic exception.
- Since:
- 4.10
-
Method Summary
-
Method Details
-
run
Can perform any operation whatsoever.- Throws:
E
- the generic exception.
-