All Versions
15
Latest Version
Avg Release Cycle
52 days
Latest Release
1261 days ago

Changelog History
Page 2

  • v7.2.0 Changes

    February 24, 2019

    โž• Added:

    EntryString.MapToEntryBytes

    EntryByte

    Entry comparison utility function EntriesEqual

    Tuple3

    Corrections to Collector.GroupingBy finisher

    โž• Added to Collector:

    • Reducing
    • FlatMapping

    โž• Added to Stream:

    • Limit
    • Distinct
    • Peek
    • ForEachC (concurrent version of ForEach)

    โž• Added to Maybe:

    • IsEmpty
    • Get
    • GetOrElse
    • OrElse
    • Filter

    ๐Ÿ”จ Some refactoring.

  • v7.1.0 Changes

    February 21, 2019

    Also: code tidy up.

  • v7.0.0 Changes

    February 21, 2019

    ๐Ÿš€ This release adds a new Collector type.
    It allows the creation of custom stream reductions.
    ๐Ÿ‘€ See the README.md file for further details.

    I'm also removing the alpha tag from the release as it seems the code and design has reached a degree of maturity now. I will still be making changes and additions but as a continuation of where the code is now (rather than a discontinuation as with in some cases in past releases).

  • v6.2.0 Changes

    August 18, 2019

    ๐Ÿš€ 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
  • v6.1.0 Changes

    August 18, 2019

    โž• Added Stream.Close, Stream.Count, updated Tuple interface