Uses of Class
fj.data.hlist.HList.HAppend
-
Packages that use HList.HAppend Package Description fj.data.hlist Type-safe, extensible, heterogeneous lists -
-
Uses of HList.HAppend in fj.data.hlist
Methods in fj.data.hlist with type parameters of type HList.HAppend Modifier and Type Method Description 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 HList.HAppend Modifier and Type Method Description static <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.HAppend Modifier and Type Method Description static <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.
-