Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stream-test-1.1.8-javadoc.jar | 2017-06-24 | 215.8 kB | |
stream-test-1.1.8.jar | 2017-06-24 | 53.1 kB | |
stream-1.1.8-javadoc.jar | 2017-06-24 | 1.1 MB | |
stream-1.1.8.jar | 2017-06-24 | 289.5 kB | |
README.md | 2017-06-24 | 702 Bytes | |
v1.1.8.tar.gz | 2017-06-24 | 192.4 kB | |
v1.1.8.zip | 2017-06-24 | 465.1 kB | |
Totals: 7 Items | 2.4 MB | 0 |
- Added
findIndexed
operator. Thanks to @PromanSEW - Added an ability to run action after closing streams. Stream classes now implements
Closeable
,close
andonClose
methods are added. Thanks to @frett
Notice that it is not necessary to close all streams. Please, refer to official Stream API documentation: https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html - Added IntStream
ofCodePoints
. Thanks to @arturogutierrez - Added
OptionalBoolean
and boolean functional interfaces. Thanks to @PromanSEW - Added
distinctBy
andfindLast
operators. Small optimization ofdistinct
operator. Thanks to @landawn
streamTest
- Added
OptionalBooleanMatcher