InjectInstances2

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def freeKLift[F[_[_], _]]: Inject[[_] =>> F[[_] =>> FreeK[F, _$31], _$32], [_] =>> FreeK[F, _$33]]
implicit def freeLift[F[_]]: Inject[F, [_] =>> Free[F, _$26]]

Inherited implicits

implicit def injectCoproduct[F[_], G[_], H[_]](implicit injF: Inject[F, H], injG: Inject[G, H]): Inject[[_] =>> Coproduct[F, G, _$45], H]
Inherited from:
InjectInstances5
implicit def reflexiveInject[F[_]]: Inject[F, F]
Inherited from:
InjectInstances3
implicit def transitiveInject[F[_], G[_], H[_]](implicit fg: Inject[F, G], gh: Inject[G, H]): Inject[F, H]
Inherited from:
InjectInstances4