Home
last modified time | relevance | path

Searched refs:AnyOf (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1691 static class AnyOf extends Completion { class in CompletableFuture
1694 AnyOf(CompletableFuture<Object> dep, CompletableFuture<?> src, in AnyOf() method in CompletableFuture.AnyOf
2437 cf.unipush(new AnyOf(d, cf, cfs)); in anyOf()