Class AbstractFuture.SetFuture<V>
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractFuture.SetFuture<V>
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AbstractFuture<V>
private static final class AbstractFuture.SetFuture<V> extends java.lang.Object implements java.lang.Runnable
A special value that encodes the 'setFuture' state.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ListenableFuture<? extends V>
future
(package private) AbstractFuture<V>
owner
-
Constructor Summary
Constructors Constructor Description SetFuture(AbstractFuture<V> owner, ListenableFuture<? extends V> future)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
owner
final AbstractFuture<V> owner
-
future
final ListenableFuture<? extends V> future
-
-
Constructor Detail
-
SetFuture
SetFuture(AbstractFuture<V> owner, ListenableFuture<? extends V> future)
-
-