Takaro - v0.4.11
    Preparing search index...

    Function unzipWith

    • This method is like _.unzip except that it accepts an iteratee to specify how regrouped values should be combined. The iteratee is invoked with four arguments: (accumulator, value, index, group).

      Type Parameters

      • T
      • TResult

      Parameters

      • array: List<List<T>> | null | undefined

        The array of grouped elements to process.

      • iteratee: (...values: T[]) => TResult

        The function to combine regrouped values.

      Returns TResult[]

      Returns the new array of regrouped elements.

    • Type Parameters

      • T

      Parameters

      • array: List<List<T>> | null | undefined

      Returns T[][]

      _.unzipWith