Hacker News new | ask | show | jobs
by the_af 2443 days ago
> maybe it can, with Optional<T>

Not even that. Java's optionals are almost useless, needlessly verbose, you still don't have pattern matching, and there's also still null to contend with.