A higher kinded cats.Applicative typeclass.
Attributes
- Companion
- object
- Source
- ApplicativeK.scala
- Graph
-
- Supertypes
-
trait ApplyK[F]trait FunctorK[F]trait InvariantK[F]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait MonadK[F]
Members list
Value members
Concrete methods
A higher kinded equivalent of cats.Applicative.unit.
Extensions
Extensions
A higher kinded equivalent of cats.Applicative.pure.
A higher kinded equivalent of cats.Functor.map.
A higher kinded equivalent of cats.Functor.map.
Attributes
- Definition Classes
- Source
- ApplicativeK.scala
Inherited extensions
A higher kinded equivalent of cats.Functor.lift.
A higher kinded equivalent of cats.Functor.lift.
Attributes
- Inherited from:
- FunctorK
- Source
- FunctorK.scala
A higher kinded equivalent of cats.Functor.as.
A higher kinded equivalent of cats.Functor.as.
Attributes
- Inherited from:
- FunctorK
- Source
- FunctorK.scala
A higher kinded equivalent of cats.Invariant.imap.
A higher kinded equivalent of cats.Invariant.imap.
Attributes
- Definition Classes
- Inherited from:
- FunctorK
- Source
- FunctorK.scala
A higher kinded equivalent of cats.Functor.void.
A higher kinded equivalent of cats.Functor.void.
Attributes
- Inherited from:
- FunctorK
- Source
- FunctorK.scala
A higher kinded equivalent of cats.Functor.widen.
A higher kinded equivalent of cats.Functor.widen.
Attributes
- Inherited from:
- FunctorK
- Source
- FunctorK.scala
A higher kinded equivalent of cats.Apply.map2.
A higher kinded equivalent of cats.Apply.map2.
Attributes
- Inherited from:
- ApplyK
- Source
- ApplyK.scala
A higher kinded equivalent of cats.Apply.product.
A higher kinded equivalent of cats.Apply.product.
Attributes
- Inherited from:
- ApplyK
- Source
- ApplyK.scala
A higher kinded equivalent of cats.Apply.ap.