Searched defs:supplyAsync (Results 1 – 2 of 2) sorted by relevance
46 public static <U> java.util.concurrent.CompletableFuture<U> supplyAsync(java.util.function.Supplier… in supplyAsync() method in CompletableFuture48 public static <U> java.util.concurrent.CompletableFuture<U> supplyAsync(java.util.function.Supplier… in supplyAsync() method in CompletableFuture
1964 public static <U> CompletableFuture<U> supplyAsync(Supplier<U> supplier) { in supplyAsync() method in CompletableFuture1979 public static <U> CompletableFuture<U> supplyAsync(Supplier<U> supplier, in supplyAsync() method in CompletableFuture