arrow-core-data / arrow.core / kotlin.collections.Iterable / foldRight

foldRight

inline fun <A, B> Iterable<A>.~~foldRight~~(initial: B, operation: (A, acc: B) -> B): B Deprecated: Iterable.foldRight is being deprecated because its functionality differs from other foldRight definitions within arrow. Use the stdlib foldRight instead

Do you like Arrow?

Arrow Org
<