corda / net.corda.core.concurrent / CordaFuture / toCompletableFuture

toCompletableFuture

abstract fun toCompletableFuture(): CompletableFuture<V>

Return
a new CompletableFuture with the same outcome as this Future.