arrow-core / arrow.core.extensions / ConstFoldable

ConstFoldable

interface ~~ConstFoldable~~<A> : Foldable<ConstPartialOf<A>> Deprecated: Foldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Const

Functions

foldLeft open fun <T, U> ConstOf<A, T>.foldLeft(b: U, f: (U, T) -> U): U
foldRight open fun <T, U> ConstOf<A, T>.foldRight(lb: Eval<U>, f: (T, Eval<U>) -> Eval<U>): Eval<U>

Inheritors

ConstTraverse interface ~~ConstTraverse~~<X> : Traverse<ConstPartialOf<X>>, ConstFoldable<X>

Do you like Arrow?

Arrow Org
<