jPaq Docs - Function.prototype.curry()
Quick Stats
Target Platforms: PC (JScript) and the web (JavaScript) Download Count: 767
Summary
Takes one or more arguments and stores them to be used when the returned function is called.
Returns
Function Returns a new function with the specified arguments already filled in.
Related Examples
- Compacting Arrays
The JavaScript library Prototype offers a function which basically removes all of the undefined and null values from the array. Fortunately, JavaScript 1.6 offers…
- Flatten Arrays
One of the nice functions that is provided in Prototype is Array.prototype.flatten(). It gives you the ability to turn arrays such as…
- Currying Up String Functions
You ever wonder how libraries such as jPaq and Prototype add prototype functions to different classes? At for jPaq, it isn't by relying…
- Currying
At times, you may want to call a function a number of times, but you may notice that the first few arguments are always the…
© 2010-2021 - Site by Chris West. Powered by jQuery and jPaq.
|