| Interface | Description |
|---|---|
| ThrowableBiConsumer<T,U,E extends Exception> |
Same interface as
BiConsumer but allows for checked Exceptions to be thrown. |
| ThrowableBiFunction<T,U,R,E extends Exception> |
Same interface as
BiFunction but allows for checked Exceptions to be thrown. |
| ThrowablePredicate<T,E extends Exception> | |
| ThrowableSupplier<T,E extends Exception> |
Copyright © 2017 Saxonia Systems AG. All rights reserved.