Class Index.N<Target,​Head,​List extends HList.HCons<?,​?>,​PreviousIndex extends Index<Target,​List>>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private N​(PreviousIndex previousIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Target get​(HList.HCons<Head,​? extends List> hList)
      Retrieve the value at this index in hList.
      <L extends HList.HCons<Head,​? extends List>>
      L
      set​(Target newElement, L hList)
      Set a new value of the same type at this index in an HList.
      • Methods inherited from class com.jnape.palatable.lambda.adt.hlist.Index

        after, index
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait