Skip to content

Conversation

@huangdijia
Copy link
Member

Summary

  • 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

Test plan

  • Run collection tests to verify the new method works correctly
  • Test strict comparison behavior with different data types
  • Ensure compatibility with existing Collection and LazyCollection APIs

- 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
@huangdijia huangdijia requested a review from limingxinleo August 3, 2025 14:30
@limingxinleo limingxinleo changed the title Add doesntContainStrict method to Collection and LazyCollection Added methods Collection::doesntContainStrict() and LazyCollection::doesntContainStrict(). Sep 3, 2025
@limingxinleo limingxinleo merged commit 9026087 into hyperf:master Sep 3, 2025
71 checks passed
@huangdijia huangdijia deleted the feature/add-doesnt-contain-strict-method branch September 3, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants