arrow-core / arrow.core.extensions / IorBifoldable
interface ~~IorBifoldable~~ : Bifoldable<ForIor>
Deprecated: Bifoldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Ior
bifoldLeft | open fun <A, B, C> IorOf<A, B>.bifoldLeft(c: C, f: (C, A) -> C, g: (C, B) -> C): C |
bifoldRight | open fun <A, B, C> IorOf<A, B>.bifoldRight(c: Eval<C>, f: (A, Eval<C>) -> Eval<C>, g: (B, Eval<C>) -> Eval<C>): Eval<C> |
IorBicrosswalk | interface ~~IorBicrosswalk~~ : Bicrosswalk<ForIor>, IorBifunctor , IorBifoldable |
IorBitraverse | interface ~~IorBitraverse~~ : Bitraverse<ForIor>, IorBifoldable |
Do you like Arrow?
✖