TailZRefSyntax

class TailZRefSyntax[EA >: EB, EB >: OpticFailure, A](self: ZRef[EA, EB, List[A], List[A]])

Provides implicit syntax for accessing the tail of a list in a ZRef.

Provides implicit syntax for accessing the tail of a list in a ZRef.

class Object
trait Matchable
class Any

Value members

Concrete methods

def tail: ZRef[EA, EB, List[A], List[A]]

Accesses the tail of a list.

Accesses the tail of a list.