Function hasValue

  • Check if lists has a value.

    Returns

    v ∈ values(x)?

    Type Parameters

    • K

    • V

    • W = V

    Parameters

    • x: Lists<K, V>

      lists

    • v: V

      search value

    • fc: CompareFunction<V | W> = null

      compare function (a, b)

    • fm: MapFunction<K, V, V | W> = null

      map function (v, k, x)

    Returns boolean

Generated using TypeDoc