get

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

Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.

Since Kotlin

1.0

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

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

Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.

Since Kotlin

1.1

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

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

Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.

Since Kotlin

1.0

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

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

Since Kotlin

1.3
actual abstract fun get(receiver1: D, receiver2: E): V(source)

Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.

Since Kotlin

1.8

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

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

Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.

Since Kotlin

1.8

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.