-
Notifications
You must be signed in to change notification settings - Fork 0
Functions Lambda
Jason Barr edited this page Sep 22, 2021
·
2 revisions
A collection of functions that transform and apply other functions.
-
__.js
- placeholder value for curried functions apply
bind
call
-
compose
- compose n functions from right to left -
curry
- not gonna lie; I stole this and the next one straight from Ramda curryN
defer
getArrayFromArgs
once
-
pipe
- compose n functions from left to right -
pipeline
- sends a single value through a series of piped functions thunk