toggle menu
io.github.goquati
1.3.1
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.kotlin.util
/
associateWithNotNull
associate
With
Not
Null
common
inline
fun
<
T
,
V
:
Any
>
Iterable
<
T
>
.
associateWithNotNull
(
valueSelector
:
(
T
)
->
V
?
)
:
Map
<
T
,
V
>
inline
fun
<
T
,
V
:
Any
>
<Error class: unknown class>
<
T
>
.
associateWithNotNull
(
crossinline
valueSelector
:
(
T
)
->
V
?
)
:
Map
<
T
,
V
>