toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.utils
/
flatMapTo
flat
Map
To
inline
fun
<
T
,
R
,
C
:
MutableCollection
<
in
R
>
>
Iterable
<
T
>
.
flatMapTo
(
destination
:
C
,
transform
:
(
T
)
->
Array
<
R
>
)
:
C
(
source
)