Packages

object Impl extends Serializable

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

Type Members

  1. type Aux[RevL <: Coproduct, R <: Coproduct, Out0 <: Coproduct] = Impl[RevL, R] { type Out = Out0 }

Value Members

  1. implicit def extendLeftByCNilImpl[R <: Coproduct]: Aux[CNil, R, R]
  2. implicit def extendLeftByCoproductImpl[H, T <: Coproduct, R <: Coproduct](implicit extendLeftBy: Impl[T, :+:[H, R]]): Aux[:+:[H, T], R, Out]