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

A combined Filter and Map? #77

Open
elliotchance opened this issue May 1, 2019 · 1 comment
Open

A combined Filter and Map? #77

elliotchance opened this issue May 1, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@elliotchance
Copy link
Owner

I'm finding there are cases where I need to transform elements and skip/ignore some. It can be done with .Transform().Select() but it seems a little verbose for me.

@elliotchance elliotchance added the question Further information is requested label May 10, 2019
@elliotchance elliotchance changed the title A combined Transform and Select? A combined Filter and Map? May 20, 2019
@elliotchance
Copy link
Owner Author

The functions are now called Filter and Map.

The first thing that pops into my mind is simply FilterMap...

@elliotchance elliotchance added enhancement New feature or request and removed question Further information is requested labels May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant