Functor

io.scalaland.chimney.internal.compiletime.fp.Functor
See theFunctor companion object
trait Functor[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Applicative[F]
trait ParallelTraverse[F]
trait Parallel[F]
trait Traverse[F]

Members list

Value members

Abstract methods

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