Home
last modified time | relevance | path

Searched refs:applyToEither (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java638 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/
DCompletionStage.java473 public <U> CompletionStage<U> applyToEither in applyToEither() method
DCompletableFuture.java2100 public <U> CompletableFuture<U> applyToEither( in applyToEither() method in CompletableFuture