Class AbstractFuture.SetFuture<V>
java.lang.Object
com.google.common.util.concurrent.AbstractFuture.SetFuture<V>
- All Implemented Interfaces:
Runnable
- Enclosing class:
AbstractFuture<V>
A special value that encodes the 'setFuture' state.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ListenableFuture
<? extends V> (package private) final AbstractFuture
<V> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
owner
-
future
-
-
Constructor Details
-
SetFuture
SetFuture(AbstractFuture<V> owner, ListenableFuture<? extends V> future)
-
-
Method Details