object ExtendLeftBy extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtendLeftBy
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[L <: Coproduct, R <: Coproduct, Out0 <: Coproduct] = ExtendLeftBy[L, R] { type Out = Out0 }
  2. trait Impl[RevL <: Coproduct, R <: Coproduct] extends DepFn1[R] with Serializable

Value Members

  1. def apply[L <: Coproduct, R <: Coproduct](implicit extendLeftBy: ExtendLeftBy[L, R]): Aux[L, R, Out]
  2. implicit def extendLeftByCoproduct[L <: Coproduct, R <: Coproduct, RevL <: Coproduct](implicit reverseL: Reverse.Aux[L, RevL], impl: Impl[RevL, R]): Aux[L, R, Out]
  3. object Impl extends Serializable