Uses of Class
com.google.common.util.concurrent.ForwardingListenableFuture
-
Packages that use ForwardingListenableFuture Package Description com.google.common.util.concurrent Concurrency utilities.com.google.common.util.concurrent.testing -
-
Uses of ForwardingListenableFuture in com.google.common.util.concurrent
Subclasses of ForwardingListenableFuture 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.class
ForwardingCheckedFuture<V,X extends java.lang.Exception>
A future which forwards all its method calls to another future.static class
ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends java.lang.Exception>
A simplified version ofForwardingCheckedFuture
where subclasses can pass in an already constructedCheckedFuture
as the delegate.static class
ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
A simplified version ofForwardingListenableFuture
where subclasses can pass in an already constructedListenableFuture
as the delegate.private static class
Futures.MappingCheckedFuture<V,X extends java.lang.Exception>
A checked future that uses a function to map from exceptions to the appropriate checked type.private static class
MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask<V>
-
Uses of ForwardingListenableFuture in com.google.common.util.concurrent.testing
Subclasses of ForwardingListenableFuture in com.google.common.util.concurrent.testing Modifier and Type Class Description private static class
SameThreadScheduledExecutorService.ImmediateScheduledFuture<V>
-