set

operator fun <K : Any, V : Any> ERROR CLASS: Symbol not found for MapProperty<K, V>.set(key: K, value: V)(source)

Adds a map entry to the property value.

Since

9.6.0

Parameters

key

the key

value

the value

See also

MapProperty.put

operator fun <K : Any, V : Any> ERROR CLASS: Symbol not found for MapProperty<K, V>.set(key: K, providerOfValue: ERROR CLASS: Symbol not found for Provider<out V>)(source)

Adds a map entry to the property value.

Since

9.6.0

Parameters

key

the key

providerOfValue

the provider of the value

See also

MapProperty.put