Uses of Class
dev.mccue.guava.concurrent.SettableFuture
-
Uses of SettableFuture in dev.mccue.guava.concurrent
Methods in dev.mccue.guava.concurrent that return SettableFutureModifier and TypeMethodDescriptionstatic <V extends @Nullable Object>
SettableFuture<V>SettableFuture.create()Creates a newSettableFuturethat can be completed or cancelled by a later method call.