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

rmap #1234

Open
char0n opened this issue Dec 24, 2019 · 0 comments
Open

rmap #1234

char0n opened this issue Dec 24, 2019 · 0 comments

Comments

@char0n
Copy link
Owner

char0n commented Dec 24, 2019

Is your feature request related to a problem? Please describe.

Maps list of functions to a value

Describe the solution you'd like

const rmap = R.curryN(2, (val, fns) {
    return R.map(R.applyTo(val), fns)
});

Describe alternatives you've considered

Additional context
The concept is part of ramda-extended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant