AppliedTraversalFieldsTuple4Ops

final case class AppliedTraversalFieldsTuple4Ops[A, B, C, D, E](appliedTraversal: AppliedTraversal[(A, B, C, D), E]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

select the first element of a Tuple4

select the first element of a Tuple4

def fourth[F](implicit ev: Field4[E, F]): AppliedTraversal[(A, B, C, D), F]

select the fourth element of a Tuple4

select the fourth element of a Tuple4

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

select the second element of a Tuple4

select the second element of a Tuple4

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

select the third element of a Tuple4

select the third element of a Tuple4

Inherited methods

Inherited from:
Product