trait Inject[F[_], G[_]] extends ~>[F, G]
Similar to scalaz.Inject
, except:
- not sealed, thus not restricted to injections into
scalaz.Coproduct
; - doesn't require to implement projection, so more instances are possible.
- Self Type
- Inject[F, G]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inject
- NaturalTransformation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def inj[A](fa: F[A]): G[A]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andThen[H[_]](implicit that: Inject[G, H]): Inject[F, H]
- def andThen[H[_]](f: ~>[G, H]): ~>[F, H]
- Definition Classes
- NaturalTransformation
- def apply[A](fa: F[A]): G[A]
- Definition Classes
- Inject → NaturalTransformation
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compose[E[_]](implicit that: Inject[E, F]): Inject[E, G]
- def compose[E[_]](f: ~>[E, F]): ~>[E, G]
- Definition Classes
- NaturalTransformation
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def narrow[FF[_]](implicit ev: <~~<[FF, F]): ~>[FF, G]
- Definition Classes
- NaturalTransformation
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def or[H[_]](hg: ~>[H, G]): ~>[[γ$0$]Coproduct[F, H, γ$0$], G]
- Definition Classes
- NaturalTransformation
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def widen[GG[_]](implicit ev: >~~>[GG, G]): ~>[F, GG]
- Definition Classes
- NaturalTransformation
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated