Added methods `Collection::doesntContainStrict()` and `LazyCollection::doesntContainStrict()`. by huangdijia · Pull Request #7481 · hyperf/hyperf

added 2 commits

August 3, 2025 22:19
- Added doesntContainStrict method to Collection class for strict comparison checks
- Added doesntContainStrict method to LazyCollection class
- Added comprehensive test cases for doesntContainStrict functionality
- Method returns inverse of containsStrict for better API consistency

@huangdijia huangdijia changed the title Add doesntContainStrict method to Collection and LazyCollection Add doesntContainStrict method to Collection and LazyCollection

Aug 3, 2025

@limingxinleo

@limingxinleo

limingxinleo

@limingxinleo limingxinleo changed the title Add doesntContainStrict method to Collection and LazyCollection Added methods Collection::doesntContainStrict() and LazyCollection::doesntContainStrict().

Sep 3, 2025

@huangdijia huangdijia deleted the feature/add-doesnt-contain-strict-method branch

September 3, 2025 12:46