StreamEx v0.2.0 Release Notes

    • ➕ Added parallel(fjc) method for all stream types
    • ➕ Added StreamEx.reverseSorted() method
    • ➕ Added StreamEx.foldLeft() and EntryStream.foldLeft() methods
    • ➕ Added IntStreramEx.toBitSet() method
    • ➕ Added construction of IntStreamEx from char[], short[], byte[] arrays
    • ➕ Added construction of DoubleStreamEx from float[] array
    • 📚 Updated documentation