ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CompletableFuture.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CompletableFuture.java (file contents):
Revision 1.214 by jsr166, Mon Sep 17 14:18:15 2018 UTC vs.
Revision 1.215 by dl, Mon Sep 17 15:41:51 2018 UTC

# Line 2337 | Line 2337 | public class CompletableFuture<T> implem
2337          return this;
2338      }
2339  
2340    // (as of jdk9, this method does not need class-level javadoc)
2340      public CompletableFuture<T> exceptionally(
2341          Function<Throwable, ? extends T> fn) {
2342          return uniExceptionallyStage(null, fn);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines