MCPcopy Create free account
hub / github.com/apache/groovy / toCompletableFuture

Method toCompletableFuture

src/main/java/groovy/concurrent/Awaitable.java:302–302  ·  view source on GitHub ↗

Converts this Awaitable to a JDK CompletableFuture for interoperability with APIs that require it. @return a CompletableFuture representing this computation

()

Source from the content-addressed store, hash-verified

300 * @return a {@code CompletableFuture} representing this computation
301 */
302 CompletableFuture<T> toCompletableFuture();
303
304 // ---- Static factories ----
305

Callers 13

toAwaitableMethod · 0.65
toAwaitableMethod · 0.65
selectMethod · 0.65
sendMethod · 0.65
awaitMethod · 0.65
awaitDeferredResultMethod · 0.65
anyMethod · 0.65
firstMethod · 0.65
allSettledMethod · 0.65
toCombinatorFuturesMethod · 0.65
orTimeoutMethod · 0.65
completeOnTimeoutMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected