StreamEx v0.5.5 Release Notes

Release Date: 2016-02-28 // about 8 years ago
    • [#41] Added: IntStreamEx/LongStreamEx/StreamEx.without() accepting several elements.
    • [#60] Added: StreamEx.zipWith() to zip the stream with another.
    • ⚡️ [#63] Optimized IntStreamEx/LongStreamEx/DoubleStreamEx.reverseSorted(): much faster now and take less memory.
    • [#64] Added: EntryStream.toMapAndThen().
    • [#66] Added: takeWhileInclusive() for all stream types.
    • ✅ [#71] Fixed: some collectors like head(0), greatest(0) failed when using with JDK Stream.
    • [#72] Added: IntStreamEx.ints() and LongStreamEx.longs().
    • [#73] Added: EntryStream.collapseKeys().