then

inline fun <T, R> T.then(block: (T) -> R)

kotlin 2.4 起 let 的返回值必须要接受

then 作为不需要返回值的情景替代