New Features

-Added: Count method for Iterable
-Fixed: A couple of bugs with the new stream removers not working well in LinkedCollections
This commit is contained in:
2021-09-28 13:20:05 +02:00
parent 3f872463b6
commit 07abba6312
25 changed files with 572 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
- Added: Java Iterator/Iterable support for Stream replacing methods
- Added: Suppliers.
- Added: SupplyIfAbsent but value generator is a supplier
- Added: Count feature into Iterable
### Version 0.4.0
- Changed: Iterable specific helper functions were moved out of Iterators and moved into Iterables