contains

expect operator fun contains(key: String): Boolean(source)

Tests whether a projecting result key exists or not.

Return

True if exists, otherwise false.

Parameters

key

The select result key.

actual operator fun contains(key: String): Boolean(source)
actual operator fun contains(key: String): Boolean(source)