arrow-core-data / arrow.core / Either / bifoldRight
inline fun <C> ~~bifoldRight~~(c:
Eval
<C>, f: (A,
Eval
<C>) ->
Eval
<C>, g: (B,
Eval
<C>) ->
Eval
<C>):
Eval
<C>
Deprecated: foldRight, and all lazy folds, are being deprecated as a normal fold can sufficiently cover all its use cases as long as it’s inline. See https://github.com/arrow-kt/arrow/pull/2370 for more information.
Do you like Arrow?
✖