then

fun <R> then(other: Pipeline<O, R>): Pipeline<I, R>(source)

Compose this pipeline with another, creating a sequential chain.

Return

A new pipeline that executes this then other

Parameters

other

The pipeline to execute after this one