• Modifies or removes entry with the key, or does nothing if there isn't.

    Type Parameters

    • V

    Parameters

    • updater: ((oldValue) => Option<V>)

      Function to map the value. When it returned None, the entry will be removed.

    Returns (<K>(key) => ((m) => Map<K, V>))

    A new Map with the replaced entry, or as is if there isn't.

      • <K>(key): ((m) => Map<K, V>)
      • Type Parameters

        • K

        Parameters

        • key: K

        Returns ((m) => Map<K, V>)

          • (m): Map<K, V>
          • Parameters

            • m: Map<K, V>

            Returns Map<K, V>

Generated using TypeDoc