Functor

sealed trait Functor[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Extensions

Extensions

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