Home
last modified time | relevance | path

Searched refs:bipush (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1212 final void bipush(CompletableFuture<?> b, BiCompletion<?,?,?> c) { in bipush() method in CompletableFuture
1303 bipush(b, new BiApply<T,U,V>(e, d, this, b, f)); in biApplyStage()
1379 bipush(b, new BiAccept<T,U>(e, d, this, b, f)); in biAcceptStage()
1442 bipush(b, new BiRun<>(e, d, this, b, f)); in biRunStage()
1498 a.bipush(b, new BiRelay<>(d, a, b)); in andTree()