Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java280 final boolean completeThrowable(Throwable x) { in completeThrowable() method in CompletableFuture
308 final boolean completeThrowable(Throwable x, Object r) { in completeThrowable() method in CompletableFuture
601 completeThrowable(x, r); in uniApply()
612 completeThrowable(ex); in uniApply()
655 completeThrowable(x, r); in uniAccept()
667 completeThrowable(ex); in uniAccept()
708 completeThrowable(x, r); in uniRun()
716 completeThrowable(ex); in uniRun()
779 completeThrowable(x, r); in uniWhenComplete()
834 completeThrowable(ex); in uniHandle()
[all …]