amaembo / streamex

Enhancing Java Stream API
Apache License 2.0
2.2k stars 251 forks source link

Specify when MoreCollectors methods throw NPE #219

Closed amaembo closed 4 years ago

amaembo commented 4 years ago

It should be specified when MoreCollectors methods throw NPE. Especially it's important if the collector returns Optional: it could throw NPE if the specific stream element is null.