Coproduct

object Coproduct
class Object
trait Matchable
class Any

Value members

Concrete methods

def injectLeft[F[_], G[_], H[_]](f: NaturalTransformation[F, G]): NaturalTransformation[[A] =>> Either[F[A], H[A]], [A] =>> Either[G[A], H[A]]]
def injectRight[F[_], G[_], H[_]](f: NaturalTransformation[G, H]): NaturalTransformation[[A] =>> Either[F[A], G[A]], [A] =>> Either[F[A], H[A]]]