directEither

dev.constructive.eo.forgetful.ForgetfulFunctor.directEither
object directEither extends ForgetfulFunctor[Either]

Direct Either — unlocks Prism .modify / .replace. @group Instances

Attributes

Source
ForgetfulFunctor.scala
Graph
Supertypes
trait ForgetfulFunctor[Either]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Attributes

Source
ForgetfulFunctor.scala