testScore } // map & filter in 1 action ...// Stream people.stream() .map { it.testScore } .filter { it != null }
確定! 回上一頁