Covariant

smithy4s.capability.Covariant
See theCovariant companion object
trait Covariant[F[_]]

Abstraction that encodes Functors

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Zipper[F]
trait MonadThrowLike[F]

Members list

Value members

Abstract methods

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