AppliedAffineTraversalFieldsTuple3Ops

final case class AppliedAffineTraversalFieldsTuple3Ops[A, B, C, D](appliedAffineTraversal: AppliedAffineTraversal[(A, B, C), D]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def first[E](implicit ev: Field1[D, E]): AppliedAffineTraversal[(A, B, C), E]

select the first element of a Tuple3

select the first element of a Tuple3

def second[E](implicit ev: Field2[D, E]): AppliedAffineTraversal[(A, B, C), E]

select the second element of a Tuple3

select the second element of a Tuple3

def third[E](implicit ev: Field3[D, E]): AppliedAffineTraversal[(A, B, C), E]

select the third element of a Tuple3

select the third element of a Tuple3

Inherited methods

Inherited from:
Product