arrow-core / arrow.core.extensions.either.bifunctor / rightFunctor
@JvmName("rightFunctor") fun <X> ~~rightFunctor~~(): Functor<Kind<ForEither, X>> Deprecated: Functor typeclasses is deprecated. Use concrete methods on Either
@JvmName("rightFunctor") fun <X> ~~rightFunctor~~(): Functor<Kind<ForEither, X>>
Do you like Arrow?