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.53 by jsr166, Sat Feb 16 16:53:34 2013 UTC vs.
Revision 1.54 by jsr166, Sat Feb 16 20:50:29 2013 UTC

# Line 1897 | Line 1897 | public class CompletableFuture<T> implem
1897       * @param executor the executor to use for asynchronous execution
1898       * @return the new CompletableFuture
1899       */
1900
1900      public <U,V> CompletableFuture<V> thenCombineAsync
1901          (CompletableFuture<? extends U> other,
1902           BiFunction<? super T,? super U,? extends V> fn,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines