| CheckedFuture<V,E extends Exception> |
Extends ListenableFuture and adds checkedGet() methods which simplify Future's error handling.
|
| FailableBiConsumer<A,B,E extends Exception> |
A bi-consumer that may fail with a checked exception during the execution of the accept(..) method.
|
| FailableConsumer<T,E extends Exception> |
A consumer that may fail with a checked exception during the execution of the accept(..) method.
|
| FailableFunction<T,R,E extends Exception> |
A function that may fail with a checked exception during the execution of the apply(..) method.
|
| FailableInterruptibleConsumer<T,E extends Exception> |
An interreuptible consumer that may also fail with a checked exception during the execution of the accept(..) method.
|
| FailableInterruptibleRunnable<E extends Exception> |
A runnable that is interruptible and may also fail with a checked exception during the execution of the run() method.
|
| FailableInterruptibleSupplier<T,E extends Exception> |
A supplier that is interruptible and may also fail with a checked exception during the execution of the get() method.
|
| FailablePredicate<T,E extends Exception> |
|
| FailableRunnable<E extends Exception> |
A runnable that may fail with a checked exception during the execution of the run() method.
|
| FailableSupplier<T,E extends Exception> |
A supplier that may fail with a checked exception during the execution of the get() method.
|