com.github.rs3vans.monadik
/
Try
/
flatMap
flatMap
inline
fun
<
U
:
Any
>
flatMap
(
transformer
:
(
T
)
->
Try
<
U
>
)
:
Try
<
U
>