arrow-core / arrow.core.extensions / IorTraverse
interface ~~IorTraverse~~<L> : Traverse<IorPartialOf<L>>,
IorFoldable
<L>
Deprecated: Traverse typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Ior
traverse | open fun <G, B, C> IorOf<L, B>.traverse(AP: Applicative<G>, f: (B) -> Kind<G, C>): Kind<G, Ior<L, C>> |
Do you like Arrow?
✖