MCPcopy Create free account
hub / github.com/antlr/codebuff / whenAllComplete

Method whenAllComplete

output/java_guava/1.4.16/Futures.java:792–795  ·  view source on GitHub ↗

Creates a FutureCombiner that processes the completed futures whether or not they're successful. @since 20.0

(ListenableFuture<? extends V>... futures)

Source from the content-addressed store, hash-verified

790 */
791
792 @SafeVarargs
793 public static <V> FutureCombiner<V> whenAllComplete(ListenableFuture<? extends V>... futures) {
794 return new FutureCombiner<V>(false, ImmutableList.copyOf(futures));
795 }
796
797 /**
798 * Creates a {@link FutureCombiner} that processes the completed futures whether or not they're

Callers

nothing calls this directly

Calls 1

copyOfMethod · 0.95

Tested by

no test coverage detected