Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSArray.any() #9

Closed
wbison opened this issue Mar 1, 2014 · 1 comment
Closed

NSArray.any() #9

wbison opened this issue Mar 1, 2014 · 1 comment

Comments

@wbison
Copy link

wbison commented Mar 1, 2014

As a Linq fan I'm very happy with your library, thanks. What i'm missing is a items.any() method though.
Update: I guess items.find() is equivalent :-)

@mxcl mxcl closed this as completed in d5c7a2f Mar 1, 2014
@mxcl
Copy link
Owner

mxcl commented Mar 1, 2014

Thanks :) And yes find is equivalent due to how objc regards nil, but since you were looking for any I'm sure other people will, and I prefer the explicitness of a BOOL method where that makes sense anyway.

mxcl added a commit that referenced this issue Mar 1, 2014
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

No branches or pull requests

2 participants