Packages

object Inject extends InjectInstances

Source
Inject.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inject
  2. InjectInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[F[_], G[_]](implicit I: Inject[F, G]): Inject[F, G]
    Annotations
    @inline()
  2. def inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit I: Inject[G, F]): Free[F, A]
  3. def instance[F[_], G[_]](inj_: ~>[F, G], prj_: ~>[G, [α]Option[F[α]]]): Inject[F, G]

    This should only be used by third party coproduct encodings.

    This should only be used by third party coproduct encodings. If G <: Coproduct it is likely to break typeclass coherence. Caveat Emptor.

  4. implicit def leftInjectInstance[F[_], G[_]]: Inject[F, [γ$0$]Coproduct[F, G, γ$0$]]
    Definition Classes
    InjectInstances
  5. def match_[F[_], G[_], A](fa: Free[F, A])(implicit F: Functor[F], I: Inject[G, F]): Option[G[Free[F, A]]]
  6. implicit def reflexiveInjectInstance[F[_]]: Inject[F, F]
    Definition Classes
    InjectInstances
  7. implicit def rightInjectInstance[F[_], G[_], H[_]](implicit I: Inject[F, G]): Inject[F, [γ$2$]Coproduct[H, G, γ$2$]]
    Definition Classes
    InjectInstances