| Interface | Description | 
|---|---|
| CloseableThrowingConsumer<T> | 
 A  
ThrowingConsumer that can be closed. | 
| ThrowingBiConsumer<T1,T2> | 
 A  
BiConsumer which can throw Exceptions. | 
| ThrowingBiFunction<T1,T2,T3> | 
 A  
BiFunction which can throw Exceptions. | 
| ThrowingConsumer<T> | 
 A  
Consumer which can throw Exceptions. | 
| ThrowingFunction<T1,T2> | 
 A  
Function which can throw Exceptions. | 
| ThrowingRunnable | 
 A  
Runnable which can throw Exceptions. |