Skip to content

v1.1.9

Compare
Choose a tag to compare
@aNNiMON aNNiMON released this 20 Sep 08:46
· 104 commits to master since this release
  • Added custom operators for Optionals (thanks to @dr-projectiro for suggestion)
  • Added filterNot for Optionals
  • Added Stream.merge operator (thanks to @landawn)
  • Added Stream.concat for iterators
  • Added Stream.ofNullable for array, map and iterator (thanks to @petnagy)
  • Added Collectors.partitioningBy
  • Added getOrElse(Supplier), isPresent and custom operators support for Exceptional (thanks to @PromanSEW)