Function union$

  • Obtain entries present in any map.

    Type Parameters

    • K

    • V

    Parameters

    • x: Map<K, V>

      a map (updated)

    • y: Entries<K, V>

      another map

    • fc: CombineFunction<V> = null

      combine function (a, b)

    Returns Map<K, V>

    x = x ∪ y = {[kᵢ, vᵢ] | [kᵢ, vᵢ] ∈ x or [kᵢ, vᵢ] ∈ y}

Generated using TypeDoc