EitherFunctor

given EitherFunctor[E]: Functor[[_] =>> Either[E, _$5]]

Value members

Concrete methods

def map[A, B](fa: Either[E, A])(f: A => B): Either[E, B]

Inherited methods

def as[A, B](fa: Either[E, A])(b: => B): Either[E, B]
Inherited from
Functor
def void[A](fa: Either[E, A]): Either[E, Unit]
Inherited from
Functor
def xmap[A, B](fa: Either[E, A], f: A => B, g: B => A): Either[E, B]
Inherited from
Functor