Searched defs:OrRelay (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java1558 static final class OrRelay<T,U> extends BiCompletion<T,U,Object> { // for Or class in class:CompletableFuture
1559 OrRelay(CompletableFuture<Object> dep, CompletableFuture<T> src, method in class:CompletableFuture.OrRelay
1597 OrRelay<?,?> c = new OrRelay<>(d, a, b);

Completed in 100 milliseconds