Type alias ProcessFunction<T>

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

Type Parameters

  • T

Type declaration

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

      Parameters

      • v: T

        value in set

      • k: T

        key of value in set (= value)

      • x: Set<T>

        set containing the value

      Returns void

Generated using TypeDoc