InjectK

cats.InjectK
See theInjectK companion class
object InjectK

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Source
InjectK.scala

Implicits

Inherited implicits

implicit def catsLeftInjectKInstance[F[_], G[_]]: InjectK[F, [_] =>> EitherK[F, G, _$6]]

Attributes

Inherited from:
InjectKInstances (hidden)
Source
InjectK.scala
implicit def catsReflexiveInjectKInstance[F[_]]: InjectK[F, F]

Attributes

Inherited from:
InjectKInstances (hidden)
Source
InjectK.scala
implicit def catsRightInjectKInstance[F[_], G[_], H[_]](implicit I: InjectK[F, G]): InjectK[F, [_] =>> EitherK[H, G, _$15]]

Attributes

Inherited from:
InjectKInstances (hidden)
Source
InjectK.scala