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