Uses of Class
fj.data.hlist.HPre.HCond
-
Packages that use HPre.HCond Package Description fj.data.hlist Type-safe, extensible, heterogeneous lists -
-
Uses of HPre.HCond in fj.data.hlist
Methods in fj.data.hlist that return HPre.HCond Modifier and Type Method Description static <X,Y>
HPre.HCond<HPre.HFalse,X,Y,Y>HPre.HCond. hCond(HPre.HFalse t, X x, Y y)
static <X,Y>
HPre.HCond<HPre.HTrue,X,Y,X>HPre.HCond. hCond(HPre.HTrue t, X x, Y y)
-