public final class JoinedResults extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
JoinedResults.Null |
(package private) static class |
JoinedResults.Transform |
| Modifier and Type | Field and Description |
|---|---|
private Map<com.google.common.util.concurrent.ListenableFuture<?>,Object> |
futures |
| Modifier | Constructor and Description |
|---|---|
private |
JoinedResults(Map<com.google.common.util.concurrent.ListenableFuture<?>,Object> futures) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(com.google.common.util.concurrent.ListenableFuture<T> future)
Gets a future value if it was part of the joined future values,
else throws an illegal argument exception
|
Copyright © 2015 Spotify AB. All Rights Reserved.