HListPtr

sealed trait HListPtr[L <: HList, N <: Nat]
Companion:
object
class Object
trait Matchable
class Any

Type members

Types

type Out

Value members

Abstract methods

def get(l: L): Out
def index: Int
def set(l: L, a: Out): L

Concrete methods

final def apply(l: L): Out
def lift[F[_]](implicit m: Mapped[L, F]): Aux[Out, N, F[Out]]