withConfigFrom method

IMap<K, V> withConfigFrom(
  1. IMap<K, V> other
)

Returns a new map with the contents of the present IMap, but the config of other.

Implementation

IMap<K, V> withConfigFrom(IMap<K, V> other) => withConfig(other.config);