@FunctionalInterface public interface CheckedCallable<V,E extends Exception>
Callable which throws a specific generically parameterized type of
 checked exception instead of a fixed Exception.  (Not technically
 extending Callable, because of a javac generics bug; that's OK, it doesn't have to.)| Modifier and Type | Method and Description | 
|---|---|
| V | call() | 
Copyright © 2019 OpenDaylight. All rights reserved.