Uses of Class
com.google.common.util.concurrent.ListenableFutureTask
Packages that use ListenableFutureTask
-
Uses of ListenableFutureTask in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ListenableFutureTaskModifier and TypeMethodDescriptionstatic <V extends @Nullable Object>
ListenableFutureTask<V> Creates aListenableFutureTask
that will upon running, execute the givenRunnable
, and arrange thatget
will return the given result on successful completion.static <V extends @Nullable Object>
ListenableFutureTask<V> Creates aListenableFutureTask
that will upon running, execute the givenCallable
.