AtPartiallyAppliedSyntax

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

Provides implicit syntax for accessing the specified index of a chunk accessed by a partially applied optic.

Provides implicit syntax for accessing the specified index of a chunk accessed by a partially applied optic.

class Object
trait Matchable
class Any

Value members

Concrete methods

final def at(n: Int): Optic[Any, Any, Piece, GetError, SetError, Piece, Whole]

Accesses the specified index of a chunk.

Accesses the specified index of a chunk.