TailPartiallyAppliedSyntax

class TailPartiallyAppliedSyntax[GetError >: OpticFailure, SetError >: GetError, Piece, Whole](self: Optic[Any, Any, List[Piece], GetError, SetError, List[Piece], Whole])

Provides implicit syntax for accessing the tail of a list accessed by a partially applied optic.

Provides implicit syntax for accessing the tail of a list accessed by a partially applied optic.

class Object
trait Matchable
class Any

Value members

Concrete methods

final def tail: Optic[Any, Any, List[Piece], GetError, SetError, List[Piece], Whole]

Accesses the tail of a list.

Accesses the tail of a list.