ListPointer

final case class ListPointer[T](currentPath: PointerPath) extends Pointer[List[T]]
trait Product
trait Equals
trait Pointer[List[T]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def at[P <: Pointer[T]](idx: Int)(implicit p: Pointable[T, P]): P

Inherited methods

Inherited from:
Product