Searched refs:AnyOf (Results 1 – 1 of 1) sorted by relevance
1691 static class AnyOf extends Completion { class in CompletableFuture1694 AnyOf(CompletableFuture<Object> dep, CompletableFuture<?> src, in AnyOf() method in CompletableFuture.AnyOf2437 cf.unipush(new AnyOf(d, cf, cfs)); in anyOf()