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

Add a collections Api: List, Set, and Map #11

Open
vickumar1981 opened this issue Apr 2, 2020 · 0 comments
Open

Add a collections Api: List, Set, and Map #11

vickumar1981 opened this issue Apr 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@vickumar1981
Copy link
Owner

Add classes for List, Set, and Map that wrap the python built-in list, set, and dict objects. Will extend the base Monad object and support map and flat_map operations, as well as other basic operations that can be wrapped by just calling the built-in methods.

@vickumar1981 vickumar1981 added the enhancement New feature or request label Apr 2, 2020
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