All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.util.concurrent.class-use.ForwardingFuture.html Maven / Gradle / Ivy

The newest version!







Uses of Class com.google.common.util.concurrent.ForwardingFuture (Guava: Google Core Libraries for Java 11.0.1 API)














Uses of Class
com.google.common.util.concurrent.ForwardingFuture

Packages that use ForwardingFuture
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of ForwardingFuture in com.google.common.util.concurrent
 

Subclasses of ForwardingFuture in com.google.common.util.concurrent
 class AbstractCheckedFuture<V,X extends Exception>
          A delegating wrapper around a ListenableFuture that adds support for the AbstractCheckedFuture.checkedGet() and AbstractCheckedFuture.checkedGet(long, TimeUnit) methods.
 class ForwardingCheckedFuture<V,X extends Exception>
          A future which forwards all its method calls to another future.
static class ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends Exception>
          A simplified version of ForwardingCheckedFuture where subclasses can pass in an already constructed CheckedFuture as the delegate.
static class ForwardingFuture.SimpleForwardingFuture<V>
          A simplified version of ForwardingFuture where subclasses can pass in an already constructed Future as the delegate.
 class ForwardingListenableFuture<V>
          A ForwardingListenableFuture.SimpleForwardingListenableFuture which forwards all its method calls to another future.
static class ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
          A simplified version of ForwardingListenableFuture where subclasses can pass in an already constructed ListenableFuture as the delegate.
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy