| Modifier and Type | Method and Description |
|---|---|
static <T> CompletionStage<T> |
CompletableFutures.combine(Function<CombinedFutures,T> function,
CompletionStage<?>... stages)
Combines multiple stages by applying a function.
|
static <T> CompletionStage<T> |
CompletableFutures.combine(Function<CombinedFutures,T> function,
List<? extends CompletionStage<?>> stages)
Combines multiple stages by applying a function.
|
Copyright © 2020 Spotify AB. All rights reserved.