public final class ListenableFutureAdapter extends Object
| Constructor and Description |
|---|
ListenableFutureAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static <V> com.google.common.util.concurrent.ListenableFuture<V> |
asGuavaFuture(ListenableFuture<V> future) |
public static <V> com.google.common.util.concurrent.ListenableFuture<V> asGuavaFuture(ListenableFuture<V> future)
V - the Future's value typefuture - an AHC ListenableFutureCopyright © 2016. All Rights Reserved.