arrow-core / arrow.core.extensions / IorFoldable

IorFoldable

interface ~~IorFoldable~~<L> : Foldable<IorPartialOf<L>> Deprecated: Foldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Ior

Functions

foldLeft open fun <B, C> Kind<IorPartialOf<L>, B>.foldLeft(b: C, f: (C, B) -> C): C
foldRight open fun <B, C> Kind<IorPartialOf<L>, B>.foldRight(lb: Eval<C>, f: (B, Eval<C>) -> Eval<C>): Eval<C>

Inheritors

IorCrosswalk interface ~~IorCrosswalk~~<L> : Crosswalk<IorPartialOf<L>>, IorFunctor<L>, IorFoldable<L>
IorTraverse interface ~~IorTraverse~~<L> : Traverse<IorPartialOf<L>>, IorFoldable<L>

Do you like Arrow?

Arrow Org
<