combine

fun <T, R> Chain<T>.combine(mapper: suspend (Chain<T>) -> R): Chain<R>(source)

Map the whole chain