corda / net.corda.core / com.google.common.util.concurrent.ListenableFuture / then

then

fun <T> ListenableFuture<T>.then(executor: Executor, body: () -> Unit): Unit
infix fun <T> ListenableFuture<T>.then(body: () -> Unit): ListenableFuture<T>