TailZRefMSyntax

class TailZRefMSyntax[RA, RB, EA >: EB, EB >: OpticFailure, A](self: ZRefM[RA, RB, EA, EB, List[A], List[A]])

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

def tail: ZRefM[RA & RB, RB, EA, EB, List[A], List[A]]

Accesses the tail of a list.

Accesses the tail of a list.