Searched defs:toCompletableFuture (Results 1 – 6 of 6) sorted by relevance
989 public CompletableFuture<T> toCompletableFuture(); in toCompletableFuture() method
2366 public CompletableFuture<T> toCompletableFuture() { in toCompletableFuture() method in CompletableFuture2985 @Override public CompletableFuture<T> toCompletableFuture() { in toCompletableFuture() method in CompletableFuture.MinimalStage
142 public java.util.concurrent.CompletableFuture<T> toCompletableFuture() { throw new RuntimeException… in toCompletableFuture() method in CompletableFuture
197 public java.util.concurrent.CompletableFuture<T> toCompletableFuture() { throw new RuntimeException… in toCompletableFuture() method in CompletableFuture
290 public CompletableFuture<T> toCompletableFuture() { in toCompletableFuture() method in CompletionStageTest.BaseStage
4457 static <T> CompletableFuture<T> toCompletableFuture(CompletionStage<T> stage) { in toCompletableFuture() method4840 public CompletableFuture<T> toCompletableFuture() { in toCompletableFuture() method in DelegatedCompletionStage