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
_.union
except that it acceptsiteratee
which is invoked for each element of eacharrays
to generate the criterion by which uniqueness is computed. The iteratee is invoked with one argument: (value).