com.github.rs3vans.monadik
/
Either
/
ifLeft
ifLeft
inline
fun
ifLeft
(
leftFn
:
(
T
)
->
Unit
)
:
Either
<
T
,
U
>