kord-common
common
kord-common
/
dev.kord.common.entity.optional
/
mapList
map
List
inline
fun
<
E
,
T
>
Optional
<
List
<
E
>
>
.
mapList
(
mapper
:
(
E
)
->
T
)
:
Optional
<
List
<
T
>
>
(
source
)