Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java154 public boolean isCompletedExceptionally() { throw new RuntimeException("Stub!"); } in isCompletedExceptionally() method in CompletableFuture
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java2495 public boolean isCompletedExceptionally() { in isCompletedExceptionally() method in CompletableFuture
2917 @Override public boolean isCompletedExceptionally() { in isCompletedExceptionally() method in CompletableFuture.MinimalStage