Uses of Class
com.google.common.util.concurrent.AggregateFuture
-
Packages that use AggregateFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AggregateFuture in com.google.common.util.concurrent
Subclasses of AggregateFuture in com.google.common.util.concurrent Modifier and Type Class Description (package private) class
CollectionFuture<V,C>
Aggregate future that collects (stores) results of each future.(package private) static class
CollectionFuture.ListFuture<V>
(package private) class
CombinedFuture<V>
Aggregate future that computes its value by calling a callable.
-