| Interface | Description | 
|---|---|
| CloseableThrowingConsumer<T> | A  ThrowingConsumerthat can be closed. | 
| ThrowingBiConsumer<T1,T2> | A  BiConsumerwhich can throwExceptions. | 
| ThrowingBiFunction<T1,T2,T3> | A  BiFunctionwhich can throwExceptions. | 
| ThrowingConsumer<T> | A  Consumerwhich can throwExceptions. | 
| ThrowingFunction<T1,T2> | A  Functionwhich can throwExceptions. | 
| ThrowingRunnable | A  Runnablewhich can throwExceptions. |