Searched refs:andTree (Results 1 – 1 of 1) sorted by relevance
1484 static CompletableFuture<Void> andTree(CompletableFuture<?>[] cfs, in andTree() method in CompletableFuture1493 andTree(cfs, lo, mid))) == null || in andTree()1495 andTree(cfs, mid+1, hi))) == null) in andTree()2407 return andTree(cfs, 0, cfs.length - 1); in allOf()