[Solved] What is the most efficient way to transform of seq of X to a seq of Y
user16367669 Asks: What is the most efficient way to transform of seq of X to a seq of Y I have a Seq of objects like Seq(x1, x2, x3, x4) and I want to tranform it to Seq(y1, y2, y3,…