E - the type of the Exception to the operation@FunctionalInterface public interface CheckedRunnable<E extends Exception>
Runnable (but not technically
extending Runnable, because it cannot; and doesn't have to) which can throw a
generically parameterized type of checked exception.| Modifier and Type | Method and Description |
|---|---|
void |
run() |
Copyright © 2019 OpenDaylight. All rights reserved.