I would like to easily transform a collection (list) of objects of class A to a collection of objects of class B, just as Python’s map function does it. Is there any “well-known” implementation of this (some kind of library)? I’ve already searched for it in Apache’s commons-lang but with no luck.
Share
still not exist
functional programming features will be added in Java 8 – Project Lambda
I think Google Guava is best for your needs now