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

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

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

Subclasses of ForwardingCheckedFuture in com.google.common.util.concurrent
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.