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

Comparing jsr166/src/jsr166e/CompletableFuture.java (file contents):
Revision 1.12 by jsr166, Wed Feb 6 08:43:48 2013 UTC vs.
Revision 1.13 by jsr166, Sat Feb 16 16:53:34 2013 UTC

# Line 2555 | Line 2555 | public class CompletableFuture<T> implem
2555       *
2556       * @param fn the function to use to compute the value of the
2557       * returned CompletableFuture
2558
2558       * @return the new CompletableFuture
2559       */
2560      public <U> CompletableFuture<U> handle(BiFun<? super T, Throwable, ? extends U> fn) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines