flatMap (func) is similar to map, but each input item can be mapped to 0 or more output items The func should return a scala.collection.Seq.
確定! 回上一頁