amaembo / streamex

Enhancing Java Stream API
Apache License 2.0
2.18k stars 249 forks source link

Request for shorten variants EntryStream#mapKeysPartial, EntryStream#mapValuesPartial #243

Open SimSonic opened 3 years ago

SimSonic commented 3 years ago

There are a lot of useful methods already:

Hovewer to exclude some cases to write sequential mapKeys().nonNullKeys() is should be great to use one method.

Plus, these two methods will be consumers, not bi-consumers, allowing to use method references.

Tagir, thanks a lot for you library!