Hacker News new | ask | show | jobs
by dehrmann 497 days ago
Is it worth using a custom library so you can do

.flatMap(Maybe::stream)

instead of

.filter(Optional::isPresent).map(Optional::get)