v1.2.1
- 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)