perspective.FunctorK
See theFunctorK companion object
trait FunctorK[F[_[_], _]] extends InvariantK[F]
A higher kinded cats.Functor typeclass.
Attributes
- Companion
- object
- Source
- FunctorK.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Extensions
Extensions
extension [A[_], B[_]](f: FunctionK[A, B])
A higher kinded equivalent of cats.Functor.lift.
extension [A[_], C](fa: F[A, C])
A higher kinded equivalent of cats.Functor.as.
A higher kinded equivalent of cats.Invariant.imap.
A higher kinded equivalent of cats.Invariant.imap.
Attributes
- Definition Classes
- Source
- FunctorK.scala
A higher kinded equivalent of cats.Functor.map.
A higher kinded equivalent of cats.Functor.void.
A higher kinded equivalent of cats.Functor.widen.
In this article