then

infix fun <RES : PortResponse> RES.then(block: ResponseReceiver<RES>.() -> Unit)

Infix function to chain a response receiver to a response.

Since

1.0.0

See also