Searched refs:applyToEither (Results 1 – 3 of 3) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 638 public <T,U> CompletableFuture<U> applyToEither 642 return f.applyToEither(g, a); 712 public <T,U> CompletableFuture<U> applyToEither 785 public <T,U> CompletableFuture<U> applyToEither 829 public abstract <T,U> CompletableFuture<U> applyToEither 1407 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_normalCompletion() 1412 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() 1435 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_exceptionalCompletion() 1438 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion() 1460 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_sourceCancelled() [all …]
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 473 public <U> CompletionStage<U> applyToEither in applyToEither() method
|
D | CompletableFuture.java | 2100 public <U> CompletableFuture<U> applyToEither( in applyToEither() method in CompletableFuture
|