trait Replacer[L <: HList, U, V] extends DepFn2[L, V] with Serializable

Type class supporting replacement of the first element of type U from this HList with an element of type V. Available only if this HList contains an element of type U.

Annotations
@implicitNotFound( ... )
Linear Supertypes
Serializable, Serializable, DepFn2[L, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Replacer
  2. Serializable
  3. Serializable
  4. DepFn2
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Out
    Definition Classes
    DepFn2

Abstract Value Members

  1. abstract def apply(t: L, u: V): Out
    Definition Classes
    DepFn2