ChooseByPtrs

Companion:
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def chooseHCons[L <: HList, H, T <: HList, PT <: HList, N <: Nat](implicit ch: ChooseByPtrs[L, T, PT]): ChooseByPtrs[L, H :: T, Aux[L, N, H] :: PT]
implicit def chooseHNil[L <: HList]: ChooseByPtrs[L, HNil, HNil]