andThen

open fun andThen(after: ContextConsumer<in C>): ContextConsumer<C>

Returns a composed ContextConsumer that performs, in sequence, this operation followed by the after operation.

Return

a composed ContextConsumer that performs in sequence this operationfollowed by the after operation

Since

2.6.0

Parameters

after

the operation to perform after this operation