@FunctionalInterface public static interface ExceptionCollector.Executable
Executable
Throwable
The Executable interface is similar to Runnable, except that an Executable can throw any kind of exception.
Runnable
void
execute()
void execute() throws Throwable