abstract fun thenAccept(consumer: Consumer<in T>): AsyncCompletion
(source)
Returns a completion that, when this result completes normally, completes after executing the supplied consumer with this result's value as an argument.
consumer
- The consumer for the value of this result.
Return
A completion.