toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.utilities
/
associateWithNotNull
associate
With
Not
Null
inline
fun
<
K
,
V
:
Any
>
Iterable
<
K
>
.
associateWithNotNull
(
valueSelector
:
(
K
)
->
V
?
)
:
Map
<
K
,
V
>