Class Index.Z<Target>
java.lang.Object
com.jnape.palatable.lambda.adt.hlist.Index<Target, HList.HCons<Target,?>>
com.jnape.palatable.lambda.adt.hlist.Index.Z<Target>
- Enclosing class:
Index<Target, TargetList extends HList.HCons<?,?>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Z
private Z()
-
-
Method Details
-
get
-
set
Description copied from class:IndexSet a new value of the same type at this index in anHList.- Specified by:
setin classIndex<Target, HList.HCons<Target,?>> - Type Parameters:
L- the inferred tail type of the HList- Parameters:
newElement- the new valuehList- the HList- Returns:
- the updated HList
-
instance
-