You can store a lambda expression in a variable and then treat this variable like a normal function. val sum = { x: Int, y: Int -> x + y } ...
確定! 回上一頁