arrow-core / arrow.core.extensions.either.bifunctor / arrow.Kind / bimap
@JvmName("bimap") fun <A, B, C, D> Kind<Kind<ForEither, A>, B>.~~bimap~~(arg1: (A) -> C, arg2: (B) -> D): Either<C, D>
Deprecated: @extension kinded projected functions are deprecated
Do you like Arrow?
✖