Uses of Class
com.google.common.util.concurrent.CollectionFuture.Present
-
Packages that use CollectionFuture.Present Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of CollectionFuture.Present in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent with type parameters of type CollectionFuture.Present Modifier and Type Field Description private java.util.List<CollectionFuture.Present<V>>
CollectionFuture. values
Method parameters in com.google.common.util.concurrent with type arguments of type CollectionFuture.Present Modifier and Type Method Description (package private) abstract C
CollectionFuture. combine(java.util.List<CollectionFuture.Present<V>> values)
java.util.List<V>
CollectionFuture.ListFuture. combine(java.util.List<CollectionFuture.Present<V>> values)
-