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