Hacker News new | ask | show | jobs
by akavi 1558 days ago
Java doesn’t have union types
1 comments

sealed typed are union types, granted they have been introduced very recently.
Oh, interesting. TIL, thanks!