Searched refs:BiRelay (Results 1 - 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ | ||
H A D | CompletableFuture.java | 1295 static final class BiRelay<T,U> extends BiCompletion<T,U,Void> { // for And class in class:CompletableFuture 1296 BiRelay(CompletableFuture<Void> dep, method in class:CompletableFuture.BiRelay 1343 BiRelay<?,?> c = new BiRelay<>(d, a, b); |
Completed in 282 milliseconds