Skip to content

Functions Lambda

Jason Barr edited this page Sep 22, 2021 · 2 revisions

A collection of functions that transform and apply other functions.

The 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
Clone this wiki locally