com.github.rs3vans.monadik
/
Option
/
fold
fold
inline
fun
fold
(
left
:
(
T
)
->
Unit
,
right
:
(
)
->
Unit
)
:
Option
<
T
>