Type alias TestFunction<K, V>

TestFunction<K, V>: ((v, k, x) => boolean)

Type Parameters

  • K

  • V

Type declaration

    • (v, k, x): boolean
    • Handle selection 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 boolean

      selected?

Generated using TypeDoc