StreamEx v0.2.3 Release Notes

    • ➕ Added toListAndThen(), toSetAndThen() methods to StreamEx and EntryStream
    • ➕ Added StreamEx.cross() methods family
    • ➕ Added EntryStream.peekKeys(), EntryStream.peekValues(), EntryStream.peekKeyValue() methods
    • ➕ Added construction of EntryStream from List or array (indices are used as keys)
    • ➕ Added construction of EntryStream from two and three key-value pairs
    • ➕ Added EntryStream.append/prepend for two and three key-value pairs
    • ➕ Added greater/less/atLeast/atMost filter methods for primitive streams
    • 📚 Updated documentation