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 apply function #83

Closed
Tracked by #59
shine1594 opened this issue Dec 14, 2021 · 0 comments · Fixed by #90
Closed
Tracked by #59

Add apply function #83

shine1594 opened this issue Dec 14, 2021 · 0 comments · Fixed by #90
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@shine1594
Copy link
Collaborator

shine1594 commented Dec 14, 2021

Suggestion

⭐ Suggestion

💻 Use Cases

apply(Math.max, [1, 2, 3, 4, 5]); // 5

pipe(
  repeat(10),
  map(a => a * Math.random())
  take(5),
  apply(max)
);
@shine1594 shine1594 added enhancement New feature or request v0.4 labels Dec 14, 2021
@shine1594 shine1594 mentioned this issue Dec 14, 2021
25 tasks
@shine1594 shine1594 added the good first issue Good for newcomers label Dec 14, 2021
@shine1594 shine1594 self-assigned this Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant