Uses of Class
com.google.common.util.concurrent.ValueFuture

Packages that use ValueFuture
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of ValueFuture in com.google.common.util.concurrent
 

Methods in com.google.common.util.concurrent that return ValueFuture
static
<T> ValueFuture<T>
ValueFuture.create()
          Creates a new ValueFuture in the default state.