Uses of Class
com.google.common.util.concurrent.AbstractFuture
-
Packages that use AbstractFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AbstractFuture in com.google.common.util.concurrent
Subclasses of AbstractFuture in com.google.common.util.concurrent Modifier and Type Class Description class
FluentFuture<V extends @Nullable java.lang.Object>
AListenableFuture
that supports fluent chains of operations.class
SettableFuture<V extends @Nullable java.lang.Object>
AListenableFuture
whose result can be set by aSettableFuture.set(Object)
,SettableFuture.setException(Throwable)
orSettableFuture.setFuture(ListenableFuture)
call.
-