Searched refs:BiRelay (Results 1 – 1 of 1) sorted by relevance
1295 static final class BiRelay<T,U> extends BiCompletion<T,U,Void> { // for And class in CompletableFuture1296 BiRelay(CompletableFuture<Void> dep, in BiRelay() method in CompletableFuture.BiRelay1343 BiRelay<?,?> c = new BiRelay<>(d, a, b); in andTree()