respondAfter

fun <T> CommandSender.respondAfter(stage: CompletionStage<T>, response: (T) -> CommandProcessResult): CommandProcessResult?