| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> ListenableFuture |
Futures.withFallback(ListenableFuture
Returns a
Future whose result is taken from the given primary
input or, if the primary input fails, from the
Future provided by the
fallback.
|
static <V> ListenableFuture |
Futures.withFallback(ListenableFuture
Returns a
Future whose result is taken from the given primary
input or, if the primary input fails, from the
Future provided by the
fallback.
|