| Interface | Description |
|---|---|
| CheckedBiFunction<T,U,R,E extends Exception> |
A variant of
BiFunction that allows checked exceptions. |
| CheckedCallable<T,E extends Exception> |
A variant of
Callable that allows checked exceptions. |
| CheckedConsumer<T,E extends Exception> |
A variant of
Consumer that allows checked exceptions. |
| CheckedFunction<T,R,E extends Exception> |
A variant of
Function that allows checked exceptions. |
| CheckedRunnable<E extends Exception> |
A variant of
Runnable that allows checked exceptions. |
| Class | Description |
|---|---|
| SupplierFluence |
Makes your
Suppliers more fluent. |
Copyright © 2016. All rights reserved.