Covariant

trait Covariant[F[_]]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def emap[A, B](fa: F[A])(f: A => Either[ConstraintError, B]): F[B]
def map[A, B](fa: F[A])(f: A => B): F[B]