StreamEx v0.7.0 Release Notes

Release Date: 2019-08-18 // over 4 years ago
    • ๐Ÿšš [#193] Removed optimizations which rely on internal implementation details of Stream API (unwrap IteratorSpliterator; do not delegate to Stream::close when unnecessary)
    • ๐Ÿšš [#194] Removed: skipOrdered.
    • [#200] Added: EntryStream.allMatch/anyMatch/noneMatch accepting key-value pair.
    • ๐Ÿ— Now Java 11 is used to build the library. In particular this results in modern JavaDoc artifact (including the search).