arrow-core / arrow.core.extensions / EitherBicrosswalk
interface ~~EitherBicrosswalk~~ : Bicrosswalk<ForEither>,
EitherBifunctor
,
EitherBifoldable
Deprecated: Bicrosswalk typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either
bicrosswalk | open fun <F, A, B, C, D> bicrosswalk(ALIGN: Align<F>, tab: Kind2<ForEither, A, B>, fa: (A) -> Kind<F, C>, fb: (B) -> Kind<F, D>): Kind<F, Kind2<ForEither, C, D>> |
Do you like Arrow?
✖