StreamEx v0.2.1 Release Notes

    • ๐Ÿ›  Fixed: flatCollection method now correctly handles null value returned by mapper
    • โž• Added IntStreamEx.charsToString, IntStreamEx.codePointsToString methods
    • โž• Added StreamEx.scanLeft() and EntryStream.scanLeft() methods
    • โž• Added construction of EntryStream by zipping keys and values from two arrays/lists
    • โž• Added construction of StreamEx/IntStreamEx/LongStreamEx/DoubleStreamEx by zip-mapping two arrays/lists
    • โž• Added pairMap method for handling adjacent pairs
    • The append/prepend methods of StreamEx/EntryStream can accept a Collection now
    • ๐Ÿ“š Updated documentation