Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1516 final void orpush(CompletableFuture<?> b, BiCompletion<?,?,?> c) { in orpush() method in CompletableFuture
1580 orpush(b, new OrApply<T,U,V>(e, d, this, b, f)); in orApplyStage()
1634 orpush(b, new OrAccept<T,U>(e, d, this, b, f)); in orAcceptStage()
1685 orpush(b, new OrRun<>(e, d, this, b, f)); in orRunStage()