Skip to content

v1.2.1

Compare
Choose a tag to compare
@aNNiMON aNNiMON released this 25 Jul 09:46
· 66 commits to master since this release
  • 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)