HeadZTRefSyntax

class HeadZTRefSyntax[EA >: EB, EB >: OpticFailure, A](self: ZTRef[EA, EB, List[A], List[A]])

Provides implicit syntax for accessing the head of a list in a ZTRef.

Provides implicit syntax for accessing the head of a list in a ZTRef.

class Object
trait Matchable
class Any

Value members

Concrete methods

def head: ZTRef[EA, EB, A, A]

Accesses the head of a list.

Accesses the head of a list.