StreamEx v0.2.2 Release Notes

    • ๐Ÿ›  Fixed: StreamEx.flatMapToEntry, EntryStream.flatMapKeys and EntryStream.flatMapValues now correctly handles null value returned by mapper
    • โž• Added StreamEx.scanRight() and EntryStream.scanRight() methods
    • โž• Added StreamEx.foldRight() and EntryStream.foldRight() methods
    • โž• Added StreamEx.forPairs() method
    • โž• Added StreamEx.partitioningBy() methods
    • โž• Added StreamEx.partitioningTo() method
    • โž• Added StreamEx.groupingTo() methods
    • โž• Added StreamEx.ofPermutations(int) constructor
    • โž• Added StreamEx.ofTree constructors
    • โž• Added StreamEx.without(), IntStreamEx.without(), LongStreamEx.without() methods
    • โž• Added EntryStream.join() methods
    • ๐Ÿ“š Updated documentation