Lines Matching refs:mapped
645 * @returns {Array} Returns the new mapped array.
3578 * @returns {Array} Returns the new mapped array.
7563 var mapped = arrayMap(arrays, castArrayLikeObject);
7564 return (mapped.length && mapped[0] === arrays[0])
7565 ? baseIntersection(mapped)
7594 mapped = arrayMap(arrays, castArrayLikeObject);
7596 if (iteratee === last(mapped)) {
7599 mapped.pop();
7601 return (mapped.length && mapped[0] === arrays[0])
7602 ? baseIntersection(mapped, getIteratee(iteratee, 2))
7629 mapped = arrayMap(arrays, castArrayLikeObject);
7633 mapped.pop();
7635 return (mapped.length && mapped[0] === arrays[0])
7636 ? baseIntersection(mapped, undefined, comparator)
9305 * thru `iteratee` and flattening the mapped results. The iteratee is invoked
9330 * mapped results.
9354 * mapped results up to `depth` times.
9598 * @returns {Array} Returns the new mapped array.
13417 * @returns {Object} Returns the new mapped object.
13448 * @returns {Object} Returns the new mapped object.