E
- the type of exceptions that can be thrown by the command@FunctionalInterface public interface ERunnable<E extends Throwable>
ERunnable
interface expands on the Runnable
interface to provide the ability to throw back exceptions.Modifier and Type | Method and Description |
---|---|
void |
run()
Executes user-defined code.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.