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.69 by jsr166, Tue Mar 19 00:32:19 2013 UTC vs.
Revision 1.70 by jsr166, Tue Mar 19 00:38:45 2013 UTC

# Line 2672 | Line 2672 | public class CompletableFuture<T> implem
2672       *
2673       * @param fn the function returning a new CompletableFuture
2674       * @param executor the executor to use for asynchronous execution
2675 <     * @return the CompletableFuture, that {@code isDone()} upon
2676 <     * return if completed by the given function, or an exception
2677 <     * occurs
2675 >     * @return the CompletableFuture
2676       */
2677      public <U> CompletableFuture<U> thenComposeAsync
2678          (Function<? super T, CompletableFuture<U>> fn,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines