collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.maps
/
FieldedMaps
/
containsKey
contains
Key
@
JvmName
(
name
=
"containsKey_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_K_and_V_end_end_and_K"
)
fun
<
ID
:
Any
,
K
,
V
>
Field
<
ID
,
Map
<
K
,
V
>
>
.
containsKey
(
key
:
K
)
:
Field
<
ID
,
Boolean
>
@
JvmName
(
name
=
"containsKey_with_collections_Map_of_K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_K_end"
)
fun
<
K
,
V
,
ID
:
Any
>
Map
<
K
,
V
>
.
containsKey
(
key
:
Field
<
ID
,
K
>
)
:
Field
<
ID
,
Boolean
>
@
JvmName
(
name
=
"containsKey_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_K_end"
)
fun
<
ID
:
Any
,
K
,
V
>
Field
<
ID
,
Map
<
K
,
V
>
>
.
containsKey
(
key
:
Field
<
ID
,
K
>
)
:
Field
<
ID
,
Boolean
>