Home
last modified time | relevance | path

Searched refs:flatMapDepth (Results 1 – 7 of 7) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js15 …LastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,for…
H A Dlodash.js9305 function flatMapDepth(collection, iteratee, depth) {
16564 lodash.flatMapDepth = flatMapDepth;
H A Dlodash.min.js99 … wt(ru(n,t),1)},An.flatMapDeep=function(n,t){return wt(ru(n,t),$)},An.flatMapDepth=function(n,t,r)… function
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js1092 assert.deepEqual(fp.flatMapDepth(duplicate)(2)(array), expected);
1093 assert.deepEqual(fp.flatMapDepth(duplicate)(2)(object), expected);
H A Dtest.js6400 assert.deepEqual(_.flatMapDepth(array, identity), [1, 2, [3, [4]], 5]);
6410 return index ? _.flatMapDepth(array, value) : _.flatMapDepth(array);
6420 assert.deepEqual(_.flatMapDepth(array, identity, depth), [1, [2, [3, [4]], 5]]);
6427 assert.deepEqual(_.flatMapDepth(array, identity, 2.2), [1, 2, 3, [4], 5]);
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js9305 function flatMapDepth(collection, iteratee, depth) {
16564 lodash.flatMapDepth = flatMapDepth;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md88 * <a href="#_flatmapdepthcollection-iteratee_identity-depth1">`_.flatMapDepth`</a>
2768 <h3 id="_flatmapdepthcollection-iteratee_identity-depth1"><code>_.flatMapDepth(collection, [iterate…
2791 _.flatMapDepth([1, 2], duplicate, 2);
8592 `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,