trait Prepend[P <: Coproduct, S <: Coproduct] extends DepFn1[Either[P, S]] with Serializable

Type class supporting prepending to this Coproduct.

Linear Supertypes
Serializable, Serializable, DepFn1[Either[P, S]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Prepend
  2. Serializable
  3. Serializable
  4. DepFn1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Out <: Coproduct
    Definition Classes
    PrependDepFn1

Abstract Value Members

  1. abstract def apply(t: Either[P, S]): Out
    Definition Classes
    DepFn1