ApplyK

perspective.ApplyK
See theApplyK companion trait
object ApplyK

Attributes

Companion
trait
Source
ApplyK.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ApplyK.type

Members list

Givens

Givens

given composeCatsInside[F[_[_]], G[_]](using F: ApplyKC[F], G: Apply[G]): composeCatsInside[F, G]

Attributes

Source
ApplyK.scala
given composeCatsOutside[F[_], G[_[_]]](using F: Apply[F], G: ApplyKC[G]): composeCatsOutside[F, G]

Attributes

Source
ApplyK.scala
given composeId[F[_], X](using F: Apply[F]): ApplyKC[[H[_]] =>> F[H[X]]]

Attributes

Source
ApplyK.scala
given idInstanceC[A]: ApplyKC[IdFC[A]]

Attributes

Source
ApplyK.scala