Generated by
JDiff

Class com.google.common.util.concurrent.Futures

Added Methods
ListenableFuture<V> dereference(ListenableFuture<? extends ListenableFuture<? extends V>>) Returns a new {@code ListenableFuture} whose result is the product of calling {@code get()} on the {@code Future} nested within the given {@code Future}, effectively chaining the futures one after the other.