Type alias ProcessFunction<K, V>

ProcessFunction<K, V>: ((v, k, x) => void)

Type Parameters

  • K

  • V

Type declaration

    • (v, k, x): void
    • Handle processing of values in entries.

      Parameters

      • v: V

        value in entries

      • k: K

        key of value in entries

      • x: Entries<K, V>

        entries containing the value

      Returns void

Generated using TypeDoc