Fixed a Rule Break with the new ComputeIfAbsent function

This commit is contained in:
2021-09-28 12:26:44 +02:00
parent 531443531d
commit 3f872463b6
10 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
- Added: addAll with Array-types in collections.
- Added: Java Iterator/Iterable support for Stream replacing methods
- Added: Suppliers.
- Added: ComputeIfAbsent but value generator is a supplier
- Added: SupplyIfAbsent but value generator is a supplier
### Version 0.4.0
- Changed: Iterable specific helper functions were moved out of Iterators and moved into Iterables