Uses of Class
com.spotify.futures.JoinedResults
-
-
Uses of JoinedResults in com.spotify.futures
Methods in com.spotify.futures that return JoinedResults Modifier and Type Method Description JoinedResultsJoinedResults.Transform. apply(java.util.List<java.lang.Object> input)Methods in com.spotify.futures that return types with arguments of type JoinedResults Modifier and Type Method Description static com.google.common.util.concurrent.ListenableFuture<JoinedResults>FuturesExtra. join(java.util.concurrent.Executor executor, com.google.common.util.concurrent.ListenableFuture<?>... inputs)Transform a list of futures to a future that returns a joined result of them all.static com.google.common.util.concurrent.ListenableFuture<JoinedResults>FuturesExtra. join(java.util.concurrent.Executor executor, java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> inputs)Transform a list of futures to a future that returns a joined result of them all.
-