We will call it step-by-step or eager order. sequenceOf(1,2,3) .filter { print("F$it, "); it % 2 == 1 } .map { print("M$it, "); it * 2 }
確定! 回上一頁