InjectK

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

Value members

Concrete methods

def apply[F[_], G[_]](implicit I: InjectK[F, G]): InjectK[F, G]

Implicits

Inherited implicits

implicit def catsLeftInjectKInstance[F[_], G[_]]: InjectK[F, [_] =>> EitherK[F, G, _$6]]
Inherited from:
InjectKInstances
implicit def catsReflexiveInjectKInstance[F[_]]: InjectK[F, F]
Inherited from:
InjectKInstances
implicit def catsRightInjectKInstance[F[_], G[_], H[_]](implicit I: InjectK[F, G]): InjectK[F, [_] =>> EitherK[H, G, _$13]]
Inherited from:
InjectKInstances