object SetOrIgnore : OverrideMode
Sets specific values, ignoring pre-existent ones, if any
Any values that are not present in the overrides will be left untouched.
override |
fun override(originalValues: Map<String, String>, newValues: Map<String, String?>): MutableMap<String, String> |