-
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 applybindcall-
compose- compose n functions from right to left -
curry- not gonna lie; I stole this and the next one straight from Ramda curryNdefergetArrayFromArgsonce-
pipe- compose n functions from left to right -
pipeline- sends a single value through a series of piped functions thunk