Home
last modified time | relevance | path

Searched refs:thenAcceptAsync (Results 1 – 25 of 57) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/test/com/apple/foundationdb/test/
H A DAsyncStackTester.java103 return inst.popParam().thenAcceptAsync(param -> {
121 return inst.popParam().thenAcceptAsync(param -> {
131 return inst.popParam().thenAcceptAsync(param -> {
206 return inst.popParam().thenAcceptAsync(param -> {
212 return inst.popParam().thenAcceptAsync(param -> {
222 return inst.popParam().thenAcceptAsync(param -> {
388 return inst.popParam().thenAcceptAsync(param -> {
429 return inst.popParam().thenAcceptAsync(param -> {
436 return inst.popParam().thenAcceptAsync(param -> {
443 return inst.popParam().thenAcceptAsync(param -> {
[all …]
H A DAsyncDirectoryExtension.java70 return inst.popParams(3).thenAcceptAsync(params -> { in executeInstruction()
82 return inst.popParam().thenAcceptAsync(index -> { in executeInstruction()
89 return inst.popParam().thenAcceptAsync(index -> errorIndex = StackUtils.getInt(index)); in executeInstruction()
190 return inst.popParam().thenAcceptAsync(key -> { in executeInstruction()
197 return DirectoryUtil.popTuple(inst).thenAcceptAsync(tup -> { in executeInstruction()
207 …return DirectoryUtil.popTuple(inst).thenAcceptAsync(prefix -> dirList.add(subspace().subspace(pref… in executeInstruction()
230 ….thenAcceptAsync(children -> tr.set(logSubspace.pack("children"), Tuple.fromItems(children).pack()… in executeInstruction()
235 return inst.popParam().thenAcceptAsync(param -> { in executeInstruction()
/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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(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.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java205 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
220 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() 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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(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.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() 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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(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.java47 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept)); in test()
48 assertNoObtrusion(mf.thenAcceptAsync(MinimalFutureTest::accept, executor)); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java205 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
220 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); in thenAcceptAsync() method
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, in thenAcceptAsync() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DBasic.java239 …cf2 = cf1.thenAcceptAsync((x) -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); r… in test()
246 …cf2 = cf1.thenAcceptAsync((x) -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); r… in test()
259 cf2 = cf1.thenAcceptAsync((x) -> { atomicInt.incrementAndGet(); } ); in test()
265 cf2 = cf1.thenAcceptAsync((x) -> { atomicInt.incrementAndGet(); }, executor ); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DBasic.java239 …cf2 = cf1.thenAcceptAsync((x) -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); r… in test()
246 …cf2 = cf1.thenAcceptAsync((x) -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); r… in test()
259 cf2 = cf1.thenAcceptAsync((x) -> { atomicInt.incrementAndGet(); } ); in test()
265 cf2 = cf1.thenAcceptAsync((x) -> { atomicInt.incrementAndGet(); }, executor ); in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java247 …cf2 = cf1.thenAcceptAsync(x -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); ret… in test()
254 …cf2 = cf1.thenAcceptAsync(x -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); ret… in test()
267 cf2 = cf1.thenAcceptAsync(x -> atomicInt.incrementAndGet()); in test()
273 cf2 = cf1.thenAcceptAsync(x -> atomicInt.incrementAndGet(), executor ); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java247 …cf2 = cf1.thenAcceptAsync(x -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); ret… in test()
254 …cf2 = cf1.thenAcceptAsync(x -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); ret… in test()
267 cf2 = cf1.thenAcceptAsync(x -> atomicInt.incrementAndGet()); in test()
273 cf2 = cf1.thenAcceptAsync(x -> atomicInt.incrementAndGet(), executor ); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DBasic.java247 …cf2 = cf1.thenAcceptAsync(x -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); ret… in test()
254 …cf2 = cf1.thenAcceptAsync(x -> { if (x.equals("a test string")) { atomicInt.incrementAndGet(); ret… in test()
267 cf2 = cf1.thenAcceptAsync(x -> atomicInt.incrementAndGet()); in test()
273 cf2 = cf1.thenAcceptAsync(x -> atomicInt.incrementAndGet(), executor ); in test()

123