Interface TRunnable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is a functional interface that can be used to replace Runnable and throw exceptions.
-
Method Summary
-
Method Details
-
run
Runs this runnable and throws an exception.- Throws:
Throwable- The exception
-