private static final class AbstractFuture.SetFuture<V>
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) ListenableFuture<? extends V> |
future |
(package private) AbstractFuture<V> |
owner |
Constructor and Description |
---|
SetFuture(AbstractFuture<V> owner,
ListenableFuture<? extends V> future) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
final AbstractFuture<V> owner
final ListenableFuture<? extends V> future
SetFuture(AbstractFuture<V> owner, ListenableFuture<? extends V> future)