Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exoego/streamutilities
Leverage Java8 Stream API more concisely and comfortably.
https://github.com/exoego/streamutilities
Last synced: 5 days ago
JSON representation
Leverage Java8 Stream API more concisely and comfortably.
- Host: GitHub
- URL: https://github.com/exoego/streamutilities
- Owner: exoego
- License: mit
- Created: 2013-12-23T14:12:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T12:09:16.000Z (over 10 years ago)
- Last Synced: 2024-11-10T13:06:47.446Z (2 months ago)
- Language: Java
- Size: 164 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
StreamUtilities
=============
Set of utilities to leverage Java8 Stream API more clearly and concisely.Version History
----------------
### v0.0.2 (20140603)
ofType.### v0.0.1 (20131223)
zipper, toListMapped, toSetMapped, toStream, toStreamAndThen, toGroupedEntries, groupingAndStreaming, and so on.