Searched defs:snd (Results 1 – 2 of 2) sorted by relevance
1615 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_normalCompletion() local1662 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_exceptionalCompletion() local1705 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_sourceCancelled() local1747 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_actionFailed() local1784 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_normalCompletion() local1826 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_exceptionalCompletion() local1869 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_sourceCancelled() local1911 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_actionFailed() local1948 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testRunAfterBoth_normalCompletion() local1990 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testRunAfterBoth_exceptionalCompletion() local[all …]
1043 CompletableFuture<U> snd; // second source for action field in CompletableFuture.BiCompletion1045 CompletableFuture<T> src, CompletableFuture<U> snd) { in BiCompletion()1098 CompletableFuture<T> src, CompletableFuture<U> snd, in BiApply()1169 CompletableFuture<T> src, CompletableFuture<U> snd, in BiAccept()1242 CompletableFuture<U> snd, in BiRun()1300 CompletableFuture<U> snd) { in BiRelay()1378 CompletableFuture<U> snd, in OrApply()1442 CompletableFuture<U> snd, in OrAccept()1506 CompletableFuture<U> snd, in OrRun()1562 CompletableFuture<U> snd) { in OrRelay()