trait SwapRecord[L <: HList] extends DepFn0 with Serializable

Type class supporting collecting the keys tagged by value types as a HList of FieldType[V, K].

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

Type Members

  1. abstract type Out <: HList
    Definition Classes
    SwapRecordDepFn0

Abstract Value Members

  1. abstract def apply(): Out
    Definition Classes
    DepFn0