Uses of Class
fj.data.hlist.HList.HAppend
Packages that use HList.HAppend
-
Uses of HList.HAppend in fj.data.hlist
Methods in fj.data.hlist with type parameters of type HList.HAppendModifier and TypeMethodDescriptionstatic <X,
A extends HList<A>, B, C extends HList<C>, H extends HList.HAppend<A, B, C>>
HList.HAppend<HList.HCons<X, A>, B, HList.HCons<X, C>> HList.HAppend.append
(H h) Returns a method for appending lists to a nonempty heterogeneous list.Methods in fj.data.hlist that return HList.HAppendModifier and TypeMethodDescriptionstatic <L extends HList<L>>
HList.HAppend<HList.HNil, L, L> HList.HAppend.append()
Returns a method for concatenating lists to the empty list.static <X,
A extends HList<A>, B, C extends HList<C>, H extends HList.HAppend<A, B, C>>
HList.HAppend<HList.HCons<X, A>, B, HList.HCons<X, C>> HList.HAppend.append
(H h) Returns a method for appending lists to a nonempty heterogeneous list.Methods in fj.data.hlist that return types with arguments of type HList.HAppendModifier and TypeMethodDescriptionstatic <A,
B, C> HList.Apply <HList.HAppend<A, B, C>, P2<A, B>, C> HList.Apply.append()
A function application operator for concatenating heterogeneous lists.