t

shapeless.ops.coproduct

LowestPriorityPrepend

trait LowestPriorityPrepend extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LowestPriorityPrepend
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[P <: Coproduct, S <: Coproduct, Out0 <: Coproduct] = Prepend[P, S] { type Out = Out0 }

Value Members

  1. implicit def cconsPrepend[PH, PT <: Coproduct, S <: Coproduct](implicit pt: Prepend[PT, S]): Aux[:+:[PH, PT], S, :+:[PH, Out]]