set

expect abstract fun set(receiver1: D, receiver2: E, value: V)(source)

Modifies the value of the property.

Since Kotlin

1.0

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

value

the new value to be assigned to this property.

actual abstract fun set(receiver1: D, receiver2: E, value: V)(source)

Modifies the value of the property.

Since Kotlin

1.1

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

value

the new value to be assigned to this property.

actual abstract fun set(receiver1: D, receiver2: E, value: V)(source)

Modifies the value of the property.

Since Kotlin

1.0

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

value

the new value to be assigned to this property.

actual abstract fun set(receiver1: D, receiver2: E, value: V)(source)

Since Kotlin

1.3