StreamEx v0.1.1 Release Notes

    • ๐Ÿ›  Fixed: empty() method of all the streams worked incorrectly when used several times
    • โž• Added IntStreamEx.ofIndices methods family
    • โž• Added IntStreamEx.range(int) and LongStreamEx.range(long)
    • โž• Added StreamEx.ofNullable
    • โž• Added construction of the streams from optionals
    • โž• Added construction of the streams from array subrange
    • ๐Ÿ“š Updated documentation