9

强制计算惰性值的惯用 scala 方法是什么?

4

1 回答 1

16

只需调用它:

lazy val x = someOperation()
// ...
x
于 2012-06-09T00:51:56.600 回答