Searched refs:thenCompose (Results 1 – 3 of 3) sorted by relevance
595 public <T,U> CompletableFuture<U> thenCompose598 return f.thenCompose(a);669 public <T,U> CompletableFuture<U> thenCompose742 public <T,U> CompletableFuture<U> thenCompose802 public abstract <T,U> CompletableFuture<U> thenCompose2918 final CompletableFuture<Integer> g = m.thenCompose(f, r); in testThenCompose_normalCompletion()2938 final CompletableFuture<Integer> g = m.thenCompose(f, r); in testThenCompose_exceptionalCompletion()2958 final CompletableFuture<Integer> g = m.thenCompose(f, r); in testThenCompose_actionFailed()2976 final CompletableFuture<Integer> g = m.thenCompose(f, r); in testThenCompose_sourceCancelled()3003 h = m.thenCompose(f, (x -> g)); in testThenCompose_actionReturnsFailingFuture()[all …]
647 public <U> CompletionStage<U> thenCompose in thenCompose() method
2148 public <U> CompletableFuture<U> thenCompose( in thenCompose() method in CompletableFuture