Eclipse Collections 8.0.0-M1 released [message #1737302] |
Thu, 07 July 2016 07:24 |
Hiroshi Ito Messages: 6 Registered: December 2015 |
Junior Member |
|
|
First milestone build for 8.0.0 pre-release is available in maven central for download.
Please find the detail in the pre-release note.
This milestone includes several features that increase interoperability with Java 8 features.
- Implemented summarizeInt/Float/Long/Double({Int/Float/Long/Double}Function) on RichIterable.
- Implemented summaryStatistics() on Primitive Iterables.
- Implemented Collectors2 with makeString, toList, toSet, toBag, toStack, toMap, toBiMap, groupBy, to{List/Set/Bag}Multimap, and other API methods available on RichIterable.
- Implemented detectOptional() and detectWithOptional() on RichIterable.
- Changed the basic functional interface to extend the JDK ones and add default implementation of the JDK SAM so that our types still have a single abstract method.
- Changed our IntPredicate, LongPredicate, and DoublePredicate to extend the JDK types with the same names.
For any feedback, please feel free to post in this forum or raise an issue in GitHub.
Links:
Project website: http://www.eclipse.org/collections
GitHub: https://github.com/eclipse/eclipse-collections
Project Roadmap: https://github.com/eclipse/eclipse-collections/wiki/Roadmap
Contributing: https://github.com/eclipse/eclipse-collections/blob/master/CONTRIBUTING.md
-- Eclipse Collections development team
|
|
|
Powered by
FUDForum. Page generated in 0.03853 seconds