amaembo / streamex

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

Add toMapKey() #248

Closed stickfigure closed 2 years ago

stickfigure commented 3 years ago

Adds toMapKey(), toSortedMapKey(), toNavigableMapKey().

Convenience methods to avoid passing Function.identity() everywhere.

Addresses #238. Similar to PR #239 but with minimum code changes.