getValue

expect fun getValue(index: Int): Any?(source)

The result value at the given index.

Return

the value.

Parameters

index

the index of the required value.


expect fun getValue(key: String): Any?(source)

The result value for the given key as an Object Returns null if the key doesn't exist.

Return

The Object.

Parameters

key

The select result key.

actual fun getValue(index: Int): Any?(source)
actual fun getValue(key: String): Any?(source)
actual fun getValue(index: Int): Any?(source)
actual fun getValue(key: String): Any?(source)