-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add FlatMap Operation #117
Conversation
I really like the fact that the map callback can return any type of |
Nice observation! I'll add some unit tests to the relevant operations to ensure that behaviour doesn't break by accident |
@drupol I think this is ready but have a look at the types, tests, and docs and see if everything is as you'd expect from this |
All good, maybe next time it would be better to separate a new feature from the small refactoring, I prefer when PRs are clearly scoped. |
This PR adds the
FlatMap
Operation.normalize
usageBonus, static analysis checks: