Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.collections
/
ValuesMap
/
contains
contains
common
abstract
operator
fun
contains
(
name
:
String
)
:
Boolean
Checks if the given
name
exists in the map
open
fun
contains
(
name
:
String
,
value
:
T
)
:
Boolean
Checks if the given
name
and
value
pair exists in the map