Functor

object Functor
Companion:
class
class Object
trait Matchable
class Any
Functor.type

Type members

Classlikes

object OptionFunctor extends Functor[Option]

Value members

Concrete methods

@inline
def apply[F[_]](using F: Functor[F]): Functor[F]

Givens

Givens

given EitherFunctor[E]: EitherFunctor[E]