| Constructor and Description |
|---|
Futures() |
| Modifier and Type | Method and Description |
|---|---|
static <V> Future<List<V>> |
combine(Future<? extends V>... futures)
Combine multiple @{link Future} instances into a single Future
|
static <V> Future<List<V>> |
combine(Iterable<? extends Future<? extends V>> futures)
Combine multiple @{link Future} instances into a single Future
|
@SafeVarargs public static <V> Future<List<V>> combine(Future<? extends V>... futures)
V - The result type returned by this Future's get methodfutures - the @{link Future} instances to combinepublic static <V> Future<List<V>> combine(Iterable<? extends Future<? extends V>> futures)
V - The result type returned by this Future's get methodfutures - the @{link Future} instances to combineCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.