Functor

com.sksamuel.elastic4s.Functor
See theFunctor companion object
trait Functor[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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