| Interface | Description | 
|---|---|
| CheckedBiConsumer<T,U,E extends Exception> | 
 Represents an operation that accepts two input arguments and returns no
 result, but can throw a checked exception. 
 | 
| CheckedCallable<V,E extends Exception> | |
| CheckedConsumer<T,E extends Exception> | 
Consumer which can throw a checked exception. | 
| CheckedFunction<T,R,E extends Exception> | 
Function which can throw a checked exception. | 
| CheckedRunnable<E extends Exception> | 
 Functional interface similar to  
Runnable (but not technically
 extending Runnable, because it cannot; and doesn't have to) which can throw a
 generically parameterized type of checked exception. | 
Copyright © 2019 OpenDaylight. All rights reserved.