Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stream-1.2.1-javadoc.jar | 2018-07-25 | 1.3 MB | |
stream-1.2.1.jar | 2018-07-25 | 333.4 kB | |
stream-test-1.2.1-javadoc.jar | 2018-07-25 | 215.9 kB | |
stream-test-1.2.1.jar | 2018-07-25 | 53.0 kB | |
README.md | 2018-07-25 | 333 Bytes | |
v1.2.1.tar.gz | 2018-07-25 | 208.2 kB | |
v1.2.1.zip | 2018-07-25 | 511.3 kB | |
Totals: 7 Items | 2.6 MB | 0 |
- Added
ofNullable
for primitive Optionals (thanks to @mannodermaus) - Added
filterIndexed
,mapIndexed
,forEachIndexed
operators to primitive streams (thanks to @PromanSEW) - Added an ability to combine multiple predicates (thanks to @SunnyJithin for suggestion)
- Added
isEmpty
method for Optionals (from Java 11)