Optional iteratee: ValueIteratee<T1 | T2>The iteratee invoked per element.
Returns the new array of shared values.
_.intersectionBy
_.intersectionBy
Rest ...values: (List<T4> | ValueIteratee<T1 | T2 | T3 | T4>)[]_.intersectionBy
Optional array: null | List<T>Rest ...values: List<T>[]_.intersectionBy
Rest ...values: (List<T> | ValueIteratee<T>)[]Generated using TypeDoc
This method is like
_.intersectionexcept that it acceptsiterateewhich is invoked for each element of eacharraysto generate the criterion by which uniqueness is computed. The iteratee is invoked with one argument: (value).Example