arrow-core-data / arrow.core / Validated / foldRight
fun <B> ~~foldRight~~(lb:
Eval
<B>, f: (A,
Eval
<B>) ->
Eval
<B>):
Eval
<B>
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?
✖