Uses of Class
com.google.common.util.concurrent.SettableFuture
Packages that use SettableFuture
-
Uses of SettableFuture in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return SettableFutureModifier and TypeMethodDescriptionstatic <V extends @Nullable Object>
SettableFuture<V> SettableFuture.create()
Creates a newSettableFuture
that can be completed or cancelled by a later method call.