Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.foundation
/
flatMap
flat
Map
inline
fun
<
T
,
R
>
Outcome
<
T
>
.
flatMap
(
transform
:
(
T
)
->
Outcome
<
R
>
)
:
Outcome
<
R
>