thenApplyAsync

abstract override fun <U> thenApplyAsync(fn: Function<in T, out U>): DelayableCompletableFuture<U>(source)
abstract override fun <U> thenApplyAsync(fn: Function<in T, out U>, executor: Executor): DelayableCompletableFuture<U>(source)