Searched refs:OrRelay (Results 1 – 1 of 1) sorted by relevance
1558 static final class OrRelay<T,U> extends BiCompletion<T,U,Object> { // for Or class in CompletableFuture1559 OrRelay(CompletableFuture<Object> dep, CompletableFuture<T> src, in OrRelay() method in CompletableFuture.OrRelay1597 OrRelay<?,?> c = new OrRelay<>(d, a, b); in orTree()