-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mutate to offer pipe_output distributively
We can apply functions to nodes without touching it Mutate recieves functions as arguments and builds for those target functions a pipe_output. If the target function already has a pipe_output it will append the mutate function as the last step.
- Loading branch information
1 parent
37dedd3
commit 57a3512
Showing
2 changed files
with
221 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters