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 a map.

      Parameters

      • v: V

        value in map

      • k: K

        key of value in map

      • x: Map<K, V>

        map containing the value

      Returns void

Generated using TypeDoc