Uses of Class
com.google.common.util.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture
-
Packages that use ForwardingListenableFuture.SimpleForwardingListenableFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ForwardingListenableFuture.SimpleForwardingListenableFuture in com.google.common.util.concurrent
Subclasses of ForwardingListenableFuture.SimpleForwardingListenableFuture in com.google.common.util.concurrent Modifier and Type Class Description class
AbstractCheckedFuture<V,X extends java.lang.Exception>
A delegating wrapper around aListenableFuture
that adds support for theAbstractCheckedFuture.checkedGet()
andAbstractCheckedFuture.checkedGet(long, TimeUnit)
methods.
-