Home
last modified time | relevance | path

Searched defs:cfs (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1329 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()