Searched defs:andTree (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java1329 static CompletableFuture<Void> andTree(CompletableFuture<?>[] cfs, method in class:CompletableFuture
1338 andTree(cfs, lo, mid))) == null ||
1340 andTree(cfs, mid+1, hi))) == null)
2252 return andTree(cfs, 0, cfs.length - 1);

Completed in 75 milliseconds