arrow-core / arrow.core.extensions.validated.foldable / arrow.Kind / foldM

foldM

@JvmName("foldM") fun <E, G, A, B> Kind<Kind<ForValidated, E>, A>.~~foldM~~(arg1: Monad<G>, arg2: B, arg3: (B, A) -> Kind<G, B>): Kind<G, B> Deprecated: Monad typeclasses is deprecated. Use concrete methods on Validated

Do you like Arrow?

Arrow Org
<