The arrays to inspect.
Optional iteratee: ValueIteratee<T>The iteratee invoked per element.
Returns the new array of combined values.
_.unionBy
Optional iteratee: ValueIteratee<T>_.unionBy
Optional iteratee: ValueIteratee<T>_.unionBy
Optional iteratee: ValueIteratee<T>_.unionBy
Rest ...iteratee: (undefined | null | List<T> | ValueIteratee<T>)[]Generated using TypeDoc
This method is like
_.unionexcept 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).