| Removed Methods |
(CheckedFuture<V, X>) immediateCheckedFuture(V)
|
Returns a {@code CheckedFuture} which has its value set immediately upon construction. |
(CheckedFuture<V, X>) immediateFailedCheckedFuture(X extends Exception)
|
Returns a {@code CheckedFuture} which has an exception set immediately upon construction. |
(CheckedFuture<V, X>) makeChecked(ListenableFuture<V>, Function<?, super, Exception, X>)
|
Creates a CheckedFuture out of a normal ListenableFuture and a Function
that maps from Exception instances into the appropriate checked type. |