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