Uses of Class
fj.data.hlist.HList.HNil
Packages that use HList.HNil
Package
Description
Types that set the premise for the existence of Functional Java.
Type-safe, extensible, heterogeneous lists
-
Uses of HList.HNil in fj
Fields in fj with type parameters of type HList.HNilModifier and TypeFieldDescriptionstatic final Equal<HList.HNil> Equal.hListEqualAn equal instance for the empty heterogeneous list.static final Show<HList.HNil> Show.HListShowA show instance for the empty heterogeneous Stream. -
Uses of HList.HNil in fj.data.hlist
Subclasses with type arguments of type HList.HNil in fj.data.hlistFields in fj.data.hlist declared as HList.HNilMethods in fj.data.hlist that return HList.HNilMethods in fj.data.hlist that return types with arguments of type HList.HNilModifier 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.<E> HList.HCons<E, HList.HNil> HList.HNil.extend(E e) <E> HList.Apply<Unit, P2<E, HList.HNil>, HList.HCons<E, HList.HNil>> HList.HNil.extender()<E> HList.Apply<Unit, P2<E, HList.HNil>, HList.HCons<E, HList.HNil>> HList.HNil.extender()static <G,V> HList.HFoldr <G, V, HList.HNil, V> HList.HFoldr.hFoldr()A fold instance for the empty list.static <E> HList.HCons<E, HList.HNil> HList.single(E e) Returns a heterogeneous list consisting of a single element.