arrow-core / arrow.core.extensions.map.foldable / kotlin.collections.Map / foldM

foldM

@JvmName("foldM") fun <K, G, A, B> Map<K, A>.~~foldM~~(arg1: Monad<G>, arg2: B, arg3: (B, A) -> Kind<G, B>): Kind<G, B> Deprecated: Applicative typeclass is deprecated. Use concrete methods on Map

Do you like Arrow?

Arrow Org
<