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