Functor

sbt.util.Functor
See theFunctor companion object
trait Functor[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Apply[F]
trait Applicative[F]
trait Monad[F]
trait Selective[F]
trait FlatMap[F]

Members list

Value members

Abstract methods

def map[A1, A2](fa: F[A1])(f: A1 => A2): F[A2]