kotest-fp
/
io.kotest.fp
/
Try
/
flatMap
flatMap
inline
fun
<
U
>
flatMap
(
f
:
(
T
)
->
Try
<
U
>
)
:
Try
<
U
>