Home
last modified time | relevance | path

Searched refs:acceptEither (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java682 public <T> CompletableFuture<Void> acceptEither
686 return f.acceptEither(g, a);
756 public <T> CompletableFuture<Void> acceptEither
829 public <T> CompletableFuture<Void> acceptEither
875 public abstract <T> CompletableFuture<Void> acceptEither
1585 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_normalCompletion()
3347 () -> f.acceptEither(g, null), in testNPE()
3350 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
3932 funs.add(y -> m.acceptEither(y, incomplete, noopConsumer));
4410 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java682 public <T> CompletableFuture<Void> acceptEither
686 return f.acceptEither(g, a);
756 public <T> CompletableFuture<Void> acceptEither
829 public <T> CompletableFuture<Void> acceptEither
875 public abstract <T> CompletableFuture<Void> acceptEither
1585 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_normalCompletion()
3347 () -> f.acceptEither(g, null), in testNPE()
3350 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
3932 funs.add(y -> m.acceptEither(y, incomplete, noopConsumer));
4410 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java709 public <T> CompletableFuture<Void> acceptEither
713 return f.acceptEither(g, a);
791 public <T> CompletableFuture<Void> acceptEither
875 public <T> CompletableFuture<Void> acceptEither
931 public abstract <T> CompletableFuture<Void> acceptEither
3528 () -> f.acceptEither(g, null), in testNPE()
3531 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
4583 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
4601 incomplete.acceptEither(f, x -> {}); in testCoCompletionGarbageRetention()
4792 public CompletionStage<Void> acceptEither in acceptEither() method in DelegatedCompletionStage
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java709 public <T> CompletableFuture<Void> acceptEither
713 return f.acceptEither(g, a);
791 public <T> CompletableFuture<Void> acceptEither
875 public <T> CompletableFuture<Void> acceptEither
931 public abstract <T> CompletableFuture<Void> acceptEither
3526 () -> f.acceptEither(g, null), in testNPE()
3529 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
4583 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
4601 incomplete.acceptEither(f, x -> {}); in testCoCompletionGarbageRetention()
4792 public CompletionStage<Void> acceptEither in acceptEither() method in DelegatedCompletionStage
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java709 public <T> CompletableFuture<Void> acceptEither
713 return f.acceptEither(g, a);
791 public <T> CompletableFuture<Void> acceptEither
875 public <T> CompletableFuture<Void> acceptEither
931 public abstract <T> CompletableFuture<Void> acceptEither
3528 () -> f.acceptEither(g, null), in testNPE()
3531 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
4583 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
4601 incomplete.acceptEither(f, x -> {}); in testCoCompletionGarbageRetention()
4792 public CompletionStage<Void> acceptEither in acceptEither() method in DelegatedCompletionStage
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java709 public <T> CompletableFuture<Void> acceptEither
713 return f.acceptEither(g, a);
791 public <T> CompletableFuture<Void> acceptEither
875 public <T> CompletableFuture<Void> acceptEither
931 public abstract <T> CompletableFuture<Void> acceptEither
3528 () -> f.acceptEither(g, null), in testNPE()
3531 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
4583 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
4601 incomplete.acceptEither(f, x -> {}); in testCoCompletionGarbageRetention()
4792 public CompletionStage<Void> acceptEither in acceptEither() method in DelegatedCompletionStage
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java709 public <T> CompletableFuture<Void> acceptEither
713 return f.acceptEither(g, a);
791 public <T> CompletableFuture<Void> acceptEither
875 public <T> CompletableFuture<Void> acceptEither
931 public abstract <T> CompletableFuture<Void> acceptEither
3540 () -> f.acceptEither(g, null), in testNPE()
3543 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
4582 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
4600 incomplete.acceptEither(f, x -> {}); in testCoCompletionGarbageRetention()
4793 public CompletionStage<Void> acceptEither in acceptEither() method in DelegatedCompletionStage
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DCompletableFutureTest.java709 public <T> CompletableFuture<Void> acceptEither
713 return f.acceptEither(g, a);
791 public <T> CompletableFuture<Void> acceptEither
875 public <T> CompletableFuture<Void> acceptEither
931 public abstract <T> CompletableFuture<Void> acceptEither
3528 () -> f.acceptEither(g, null), in testNPE()
3531 () -> f.acceptEither(nullFuture, x -> {}), in testNPE()
4583 f.acceptEither(incomplete, x -> {}); in testCoCompletionGarbageRetention()
4601 incomplete.acceptEither(f, x -> {}); in testCoCompletionGarbageRetention()
4792 public CompletionStage<Void> acceptEither in acceptEither() method in DelegatedCompletionStage
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java495 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/common/
H A DMinimalFutureTest.java73 assertNoObtrusion(mf.acceptEither(otherFuture(), MinimalFutureTest::accept)); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java495 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method

12