Skip to content

rmap #1234

Open
Open
rmap#1234
@char0n

Description

@char0n

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions