Home
last modified time | relevance | path

Searched refs:curried (Results 1 – 6 of 6) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dconvert.jst5 * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst6 to produce immutable auto-curried iteratee-first data-last methods.
42 Immutable auto-curried iteratee-first data-last methods sound great, but what
161 arguments of the curried returned function.
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js3824 var curried = _.curry(fn),
3860 var curried = _.curry(fn),
3872 var curried = _.curry(fn),
3883 var curried = _.curry(fn),
3922 var curried = _.curry(Foo),
3957 var curried = _.curry(fn),
4145 var curried = func(run);
6716 ? func(_.head, curried)
6717 : func(curried, _.head);
6768 getProp = curried(curried.placeholder, 'a'),
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md49 // Load the FP build for immutable auto-curried iteratee-first data-last methods.
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3740 *(Function)*: Returns the new curried function.
3748 var curried = _.curry(abc);
3750 curried(1)(2)(3);
3753 curried(1, 2)(3);
3756 curried(1, 2, 3);
3760 curried(1)(_, 3)(2);
3798 var curried = _.curryRight(abc);
3800 curried(3)(2)(1);
3803 curried(2, 3)(1);
3806 curried(1, 2, 3);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1curried functions have `_.ary` and or `_.rearg` applied.\n\t *\n\t * @private\n\t * @p…