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) classCollectionFuture<V,C>Aggregate future that collects (stores) results of each future.(package private) static classCollectionFuture.ListFuture<V>(package private) classCombinedFuture<V>Aggregate future that computes its value by calling a callable.
-