- add(Callable<? extends CompletionStage<T>>) - Method in class com.spotify.futures.ConcurrencyReducer
-
the callable function will run as soon as the currently active set of futures is less than the
maxConcurrency limit.
- allAsList(List<? extends CompletionStage<? extends T>>) - Static method in class com.spotify.futures.CompletableFutures
-
Returns a new
CompletableFuture
which completes to a list of all values of its input
stages, if all succeed.
- andThen(Function<? super R, ? extends V>) - Method in interface com.spotify.futures.Function3
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface com.spotify.futures.Function4
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface com.spotify.futures.Function5
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface com.spotify.futures.Function6
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- apply(A, B, C) - Method in interface com.spotify.futures.Function3
-
Applies this function to the given arguments.
- apply(A, B, C, D) - Method in interface com.spotify.futures.Function4
-
Applies this function to the given arguments.
- apply(A, B, C, D, E) - Method in interface com.spotify.futures.Function5
-
Applies this function to the given arguments.
- apply(A, B, C, D, E, F) - Method in interface com.spotify.futures.Function6
-
Applies this function to the given arguments.