| Interface | Description |
|---|---|
| ThrowingBiConsumer<I1,I2,T extends Throwable> | |
| ThrowingBiFunction<I1,I2,R,T extends Throwable> | |
| ThrowingConsumer<I,T extends Throwable> | |
| ThrowingFunction<I,R,T extends Throwable> | |
| ThrowingRunnable<T extends Throwable> | |
| ThrowingSupplier<V,T extends Throwable> | |
| ThrowingToLongFunction<I,T extends Throwable> | |
| ThrowingTriConsumer<I1,I2,I3,T extends Throwable> | |
| TriConsumer<I1,I2,I3> |
| Class | Description |
|---|---|
| Bindings | |
| Predicates |
Predicate helpers, inspired by http://minborgsjavapot.blogspot.it/2016/03/put-your-java-8-method-references-to.html
|
| Suppliers | |
| ThrowingHelper |
Apache Camel