Skip to content

Multiple functional additions and enhancements

Compare
Choose a tag to compare
@seborama seborama released this 18 Aug 21:17
· 152 commits to master since this release

This release brings a lot of additional refinement to Stream, in particular:

  • EntryFloat
  • EntryInt
  • EntryMap
  • EntrySlice
  • EntryString
  • Predicate: Xor
  • FloatStream
  • IntStream
  • Function: ToIntFunction
  • Stream: improved "stream-liness" and clarity between producers (must close streams) and consumers (must consume but not close streams), , MapToInt, AllMatch, NoneMatch, AnyMatch, Drop, DropWhile, DropUntil, Last, LastN, Head, HeadN, StartsWith, EndsWith, Take, TakeWhile, TakeUntil