traitZipOne[H <: HList, T <: HList] extends DepFn2[H, T] with Serializable
Type class supporting zipping this HList with an HList of HLists returning an HList of HLists with each
element of this HList prepended to the corresponding HList element of the argument HList.
Linear Supertypes
Serializable, Serializable, DepFn2[H, T], AnyRef, Any
Type class supporting zipping this
HListwith anHListofHLists returning anHListofHLists with each element of thisHListprepended to the correspondingHListelement of the argumentHList.