v1.1.8
- 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