flow.combine(flow2) { i, s -> i.toString() + s }.collect { println(it) // Will print "1a 2a 2b 2c" }. This function is a shorthand for `flow.
確定! 回上一頁