Searched defs:cfs (Results 1 – 1 of 1) sorted by relevance
1329 static CompletableFuture<Void> andTree(CompletableFuture<?>[] cfs, in andTree()1585 static CompletableFuture<Object> orTree(CompletableFuture<?>[] cfs, in orTree()2251 public static CompletableFuture<Void> allOf(CompletableFuture<?>... cfs) { in allOf()2270 public static CompletableFuture<Object> anyOf(CompletableFuture<?>... cfs) { in anyOf()