Home
last modified time | relevance | path

Searched defs:completeExceptionally (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java910 public void completeExceptionally(Throwable ex) { in completeExceptionally() method in ForkJoinTask
DCompletableFuture.java1971 public boolean completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletableFuture
2719 @Override public boolean completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletableFuture.MinimalStage