StreamEx v0.3.6 Release Notes

    • โž• Added StreamEx.collapse(Predicate, Collector) operation.
    • โž• Added takeWhile and dropWhile methods for all stream types.
    • โž• Added StreamEx.ofPairs and EntryStream.ofPairs methods.
    • Optimized: minBy*/maxBy* methods for primitive streams now call keyExtractor function at most once per element.
    • ๐Ÿ“š Updated documentation