Arrow
1.1.5
common
arrow-core
/
arrow.core
/
Option
/
reduceRightEvalOrNull
reduce
Right
Eval
Or
Null
inline
fun
<
B
>
reduceRightEvalOrNull
(
initial
:
(
A
)
->
B
,
operation
:
(
A
,
acc
:
Eval
<
B
>
)
->
Eval
<
B
>
)
:
Eval
<
B
?
>
(
source
)