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