Uses of Class
com.google.common.util.concurrent.TrustedListenableFutureTask
-
Packages that use TrustedListenableFutureTask Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of TrustedListenableFutureTask in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return TrustedListenableFutureTask Modifier and Type Method Description (package private) static <V> TrustedListenableFutureTask<V>
TrustedListenableFutureTask. create(AsyncCallable<V> callable)
(package private) static <V> TrustedListenableFutureTask<V>
TrustedListenableFutureTask. create(java.lang.Runnable runnable, V result)
Creates aListenableFutureTask
that will upon running, execute the givenRunnable
, and arrange thatget
will return the given result on successful completion.(package private) static <V> TrustedListenableFutureTask<V>
TrustedListenableFutureTask. create(java.util.concurrent.Callable<V> callable)
-