Primitive-Collections v0.4.1 Release Notes

    • ๐Ÿ”„ Changed: ForEach with input now provides input, value instead of value, input, this improves the usage of method references greatly
    • โž• Added: addAll with Array-types in collections.
    • โž• Added: Java Iterator/Iterable support for Stream replacing methods
    • โž• Added: Suppliers.
    • โž• Added: SupplyIfAbsent. It is ComputeIfAbsent but using suppliers
    • โž• Added: Count feature into Iterable
    • ๐Ÿ›  Fixed: A couple bugs with the new StreamReplacing functions in LinkedCollections Iterating to Infinity