Uses of Class
com.google.common.util.concurrent.SettableFuture
-
Packages that use SettableFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of SettableFuture in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return SettableFuture Modifier and Type Method Description static <V extends @Nullable java.lang.Object>
SettableFuture<V>SettableFuture. create()
Creates a newSettableFuture
that can be completed or cancelled by a later method call.
-