osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Remove `Map C.map(Map)` method #113

Closed greenlaw110 closed 6 years ago

greenlaw110 commented 6 years ago

This method has been deprecated for a couple of versions. The C.map(...) now has new semantic:

C.map(iterable).by(mapFunction);