Skip to content

v1.1.8

Compare
Choose a tag to compare
@aNNiMON aNNiMON released this 24 Jun 08:54
· 128 commits to master since this release
  • Added findIndexed operator. Thanks to @PromanSEW
  • Added an ability to run action after closing streams. Stream classes now implements Closeable, close and onClose 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 and findLast operators. Small optimization of distinct operator. Thanks to @landawn

streamTest

  • Added OptionalBooleanMatcher