Type alias MapFunction<K, V, W>

MapFunction<K, V, W>: ((v: V, k: K, x: ILists<K, V>) => W)

Type Parameters

  • K

  • V

  • W

Type declaration

    • (v: V, k: K, x: ILists<K, V>): W
    • Handle transformation of a value to another.

      Returns

      transformed value

      Parameters

      • v: V

        value in ilists

      • k: K

        key of value in ilists

      • x: ILists<K, V>

        ilists containing the value

      Returns W

Generated using TypeDoc