arrow-core / arrow.core.extensions / HashedFoldable

HashedFoldable

interface ~~HashedFoldable~~ : Foldable<ForHashed> Deprecated: Foldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either

Functions

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

Do you like Arrow?

Arrow Org
<