Interface ExceptionCollector.Executable
- Enclosing class:
ExceptionCollector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Executable is a functional interface that can be used to implement
any generic block of code that potentially throws a Throwable.
The Executable interface is similar to Runnable,
except that an Executable can throw any kind of exception.
- Since:
- 5.3.10
- Author:
- Sam Brannen
-
Method Summary
-
Method Details
-
execute
-