merge

open fun merge(from: QueryFunctionMap)

Merge all the entries of from to this map, replacing any entry for which the key already exists in this map.

Parameters

from

Map of entries to be added.