arrow-core / arrow.core.extensions / ListKFoldable

ListKFoldable

interface ~~ListKFoldable~~ : Foldable<ForListK> Deprecated: Foldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.

Functions

foldLeft open fun <A, B> Kind<ForListK, A>.foldLeft(b: B, f: (B, A) -> B): B
foldRight open fun <A, B> Kind<ForListK, A>.foldRight(lb: Eval<B>, f: (A, Eval<B>) -> Eval<B>): Eval<B>
isEmpty open fun <A> Kind<ForListK, A>.isEmpty(): Boolean

Inheritors

ListKCrosswalk interface ~~ListKCrosswalk~~ : Crosswalk<ForListK>, ListKFunctor, ListKFoldable

Do you like Arrow?

Arrow Org
<