LensIndexOps

final case class LensIndexOps[S, T, A](lens: Lens[S, T]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def index[I](i: I)(implicit ev: Index[T, I, A]): AffineTraversal[S, A]

traverse a value at a given index of a data structure S

traverse a value at a given index of a data structure S

Inherited methods

Inherited from:
Product