Functor

ostrat.Functor
See theFunctor companion object
trait Functor[F[_]]

The functor type class.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Takes an F of A and maps it to an F of B.

Takes an F of A and maps it to an F of B.

Attributes