What is the idiomatic scala way to force a lazy value calculation?
Just call it:
lazy val x = someOperation() // ... x