| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| streamex-0.8.0-sources.jar | 2021-11-07 | 186.5 kB | |
| streamex-0.8.0-javadoc.jar | 2021-11-07 | 729.1 kB | |
| streamex-0.8.0.jar | 2021-11-07 | 317.2 kB | |
| README.md | 2021-11-07 | 912 Bytes | |
| StreamEx 0.8.0.tar.gz | 2021-11-07 | 263.7 kB | |
| StreamEx 0.8.0.zip | 2021-11-07 | 353.8 kB | |
| Totals: 6 Items | 1.9 MB | 0 | |
- [#244] Added:
StreamEx.toMutableListandStreamEx.toMutableSet.
Removed mutability guarantee fortoListandtoSet. Added temporary system propertystreamex.default.immutable(set it to 'true' to test with immutabletoListandtoSet) - [#238] Added:
valuesToMap,valuesToSortedMap,valuesToNavigableMapmethods toStreamEx - [#250] Fixed:
EntryStream.withoutKeysandEntryStream.withoutValuesdeclared as@SafeVarargs - [#251] Changed: public classes like
StreamExandEntryStreamdeclared as final now. - [#246] Added: Proper
module-info.class, now it's full-fledged JPMS module - [#247] Fixed: now it's possible to build using Java 16 and Java 17 (though reference builds are created via Java 11)
- [#091] Changed: API tests moved to the separate package.
- [#185] Added:
EntryStream.withoutKeysandEntryStream.withoutValues. - Minor documentation fixes