Interface ThrowingRunnable<X extends Throwable>
- Type Parameters:
X- the throwable that can be thrown when running the action
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a runnable action that can throw
- See Also:
-
Method Summary
-
Method Details
-
run
void run() throws XRuns the action- Throws:
X- See Also:
-