Y
Hacker News
new
|
ask
|
show
|
jobs
by
therealdrag0
1343 days ago
Does Scala have that?
1 comments
erik_seaberg
1343 days ago
Scala has sealed traits, which may only be implemented in the same file, and pattern matching must be exhaustive. At a glance, Java 17 has something similar (JEP 409 sealed classes).
link