Uses of Class
com.google.common.util.concurrent.TrustedListenableFutureTask
Packages that use TrustedListenableFutureTask
-
Uses of TrustedListenableFutureTask in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return TrustedListenableFutureTaskModifier and TypeMethodDescription(package private) static <V> TrustedListenableFutureTask<V>TrustedListenableFutureTask.create(AsyncCallable<V> callable) (package private) static <V> TrustedListenableFutureTask<V>Creates aListenableFutureTaskthat will upon running, execute the givenRunnable, and arrange thatgetwill return the given result on successful completion.(package private) static <V> TrustedListenableFutureTask<V>