functor

oxygen.core.syntax.functor
object functor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
functor.type

Members list

Extensions

Extensions

extension [F[_], A](self: F[A])
def map[B](f: A => B)(using functor: Functor[F]): F[B]