| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> ListenableFuture |
Futures.withFallback(ListenableFuture
Deprecated.
Use
catchingAsync(input, Throwable.class, fallbackImplementedAsAnAsyncFunction), usually replacing Throwable.class with the specific type you want to handle. This method will be removed in Guava release 20.0.
|
static <V> ListenableFuture |
Futures.withFallback(ListenableFuture
Deprecated.
Use
catchingAsync(input, Throwable.class, fallbackImplementedAsAnAsyncFunction, executor), usually replacing Throwable.class with the specific type you want to handle. This method will be removed in Guava release 20.0.
|