Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java646 public <T,U> CompletableFuture<U> applyToEither
650 return f.applyToEither(g, a);
720 public <T,U> CompletableFuture<U> applyToEither
793 public <T,U> CompletableFuture<U> applyToEither
837 public abstract <T,U> CompletableFuture<U> applyToEither
1415 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_normalCompletion()
1420 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion()
1443 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_exceptionalCompletion()
1446 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion()
1468 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_sourceCancelled()
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java706 public <T,U> CompletableFuture<U> applyToEither
710 return f.applyToEither(g, a);
788 public <T,U> CompletableFuture<U> applyToEither
872 public <T,U> CompletableFuture<U> applyToEither
926 public abstract <T,U> CompletableFuture<U> applyToEither
1538 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_normalCompletion()
1543 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion()
1566 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_exceptionalCompletion()
1569 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion()
1591 final CompletableFuture<Item> 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.java2235 public <U> CompletableFuture<U> applyToEither( in applyToEither() method in CompletableFuture
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java106 public <U> java.util.concurrent.CompletableFuture<U> applyToEither(java.util.concurrent.CompletionS… in applyToEither() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java187 public <U> CompletionStage<U> applyToEither(CompletionStage<? extends T> other, in applyToEither() method in CompletionStageTest.BaseStage
/libcore/api/
Dcurrent.txt15394 …method public <U> java.util.concurrent.CompletableFuture<U> applyToEither(java.util.concurrent.Com…
15489 …method public <U> java.util.concurrent.CompletionStage<U> applyToEither(java.util.concurrent.Compl…