matthewhsilver

matthewhsilver

RATING

0.01
Karma: 0.00
avatar
The case class example at the beginning does not generate setter methods, only getter methods. You would need to change the constructor parameters to vars to generate setter methods. By default, they're treated as vals.