Aqsa Malik
Aqsa Malik
As mentioned in https://github.com/eclipse/eclipse-collections/issues/500, the `Collection#removeIf` has not been overridden in Eclipse Collection yet. I would like to work on that!
This issue depends on https://github.com/eclipse/eclipse-collections-kata/issues/356 Update the documentation to include the solution for the `lessthan30()` test in the [Candy Kata slides](https://github.com/eclipse/eclipse-collections-kata/blob/master/docs/candy-kata/slides.md). Please note that this issue is created for GHC...
Add a solution for the newly added test `lessthan30` in the Candy Kata within the solution module. This test method is designed to verify the functionality of filtering and counting...
We need to update our Github Action workflow to include testing with JDK 23. This will ensure that our project is compatible with the latest Java version. The following changes...