Class HList.HNil
java.lang.Object
com.jnape.palatable.lambda.adt.hlist.HList
com.jnape.palatable.lambda.adt.hlist.HList.HNil
- Enclosing class:
HList
The empty
HList.-
Nested Class Summary
Nested classes/interfaces inherited from class HList
HList.HCons<Head,Tail>, HList.HNil -
Method Summary
Modifier and TypeMethodDescription<Head> SingletonHList<Head> cons(Head head) Cons an element onto the front of this HList.