set

expect abstract fun set(value: V)(source)

Modifies the value of the property.

Since Kotlin

1.0

Parameters

value

the new value to be assigned to this property.

actual abstract fun set(value: V)(source)

Modifies the value of the property.

Since Kotlin

1.1

Parameters

value

the new value to be assigned to this property.

actual abstract fun set(value: V)(source)

Modifies the value of the property.

Since Kotlin

1.0

Parameters

value

the new value to be assigned to this property.

actual abstract fun set(value: V)(source)

Since Kotlin

1.3
actual abstract fun set(value: V)(source)

Modifies the value of the property.

Since Kotlin

1.8

Parameters

value

the new value to be assigned to this property.

actual abstract fun set(value: V)(source)

Modifies the value of the property.

Since Kotlin

1.8

Parameters

value

the new value to be assigned to this property.