| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <V |
Futures.catchingAsync(ListenableFuture
Returns a
Future whose result is taken from the given primary
input or, if the primary input fails with the given
exceptionType, from the result provided by the
fallback.
|
static <V |
Futures.catchingAsync(ListenableFuture
Returns a
Future whose result is taken from the given primary
input or, if the primary input fails with the given
exceptionType, from the result provided by the
fallback.
|
static <I |
Futures.transform(ListenableFuture
Deprecated.
These
AsyncFunction overloads of transform are being renamed to transformAsync. (The Function overloads are keeping the "transform" name.) This method will be removed in Guava release 20.0.
|
static <I |
Futures.transform(ListenableFuture
Deprecated.
These
AsyncFunction overloads of transform are being renamed to transformAsync. (The Function overloads are keeping the "transform" name.) This method will be removed in Guava release 20.0.
|
static <I |
Futures.transformAsync(ListenableFuture
Returns a new
ListenableFuture whose result is asynchronously derived from the result of the given
Future.
|
static <I |
Futures.transformAsync(ListenableFuture
Returns a new
ListenableFuture whose result is asynchronously derived from the result of the given
Future.
|