SheetMC Core
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
SheetMC Core
SheetMC Core
/
org.sheetmc.core
/
flatMap
flat
Map
inline
fun
<
T
,
R
>
Outcome
<
T
>
.
flatMap
(
transform
:
(
T
)
->
Outcome
<
R
>
)
:
Outcome
<
R
>