Searched refs:orTree (Results 1 – 1 of 1) sorted by relevance
1585 static CompletableFuture<Object> orTree(CompletableFuture<?>[] cfs, in orTree() method in CompletableFuture1592 orTree(cfs, lo, mid))) == null || in orTree()1594 orTree(cfs, mid+1, hi))) == null) in orTree()2271 return orTree(cfs, 0, cfs.length - 1); in anyOf()