Home
last modified time | relevance | path

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

12

/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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java513 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
532 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() 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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); 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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); 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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); 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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() 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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); 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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); 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.java74 assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept)); in test()
75 … assertNoObtrusion(mf.acceptEitherAsync(otherFuture(), MinimalFutureTest::accept, executor)); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java513 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
532 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DBasic.java564 …cf3 = cf1.acceptEitherAsync(cf2, (x) -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }); in test()
572 …cf3 = cf2.acceptEitherAsync(cf1, (x) -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); },… in test()
579 cf3 = cf2.acceptEitherAsync(cf1, (x) -> { check(x == 2); }, executor); in test()
586 cf3 = cf2.acceptEitherAsync(cf1, (x) -> { check(x == 1); }); in test()
593 cf3 = cf2.acceptEitherAsync(cf1, (x) -> { fail(); }); in test()
610 cf3 = cf1.acceptEitherAsync(cf2, (x) -> { check(x == 1); }); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DBasic.java564 …cf3 = cf1.acceptEitherAsync(cf2, (x) -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }); in test()
572 …cf3 = cf2.acceptEitherAsync(cf1, (x) -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); },… in test()
579 cf3 = cf2.acceptEitherAsync(cf1, (x) -> { check(x == 2); }, executor); in test()
586 cf3 = cf2.acceptEitherAsync(cf1, (x) -> { check(x == 1); }); in test()
593 cf3 = cf2.acceptEitherAsync(cf1, (x) -> { fail(); }); in test()
610 cf3 = cf1.acceptEitherAsync(cf2, (x) -> { check(x == 1); }); in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java572 … cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }); in test()
580 …cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }, e… in test()
587 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 2); }, executor); in test()
594 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1); }); in test()
601 cf3 = cf2.acceptEitherAsync(cf1, x -> { fail(); }); in test()
618 cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1); }); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java572 … cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }); in test()
580 …cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }, e… in test()
587 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 2); }, executor); in test()
594 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1); }); in test()
601 cf3 = cf2.acceptEitherAsync(cf1, x -> { fail(); }); in test()
618 cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1); }); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java572 … cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }); in test()
580 …cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }, e… in test()
587 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 2); }, executor); in test()
594 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1); }); in test()
601 cf3 = cf2.acceptEitherAsync(cf1, x -> { fail(); }); in test()
618 cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1); }); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java572 … cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }); in test()
580 …cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }, e… in test()
587 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 2); }, executor); in test()
594 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1); }); in test()
601 cf3 = cf2.acceptEitherAsync(cf1, x -> { fail(); }); in test()
618 cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1); }); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java572 … cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }); in test()
580 …cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1 || x == 2); atomicInt.incrementAndGet(); }, e… in test()
587 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 2); }, executor); in test()
594 cf3 = cf2.acceptEitherAsync(cf1, x -> { check(x == 1); }); in test()
601 cf3 = cf2.acceptEitherAsync(cf1, x -> { fail(); }); in test()
618 cf3 = cf1.acceptEitherAsync(cf2, x -> { check(x == 1); }); in test()

12