Uses of Class
com.google.common.util.concurrent.ForwardingCheckedFuture
-
Packages that use ForwardingCheckedFuture Package Description 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 Modifier and Type Class Description 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.
-