AppliedPrismFieldsTuple5Ops

final case class AppliedPrismFieldsTuple5Ops[A, B, C, D, E, F](appliedPrism: AppliedPrism[(A, B, C, D, E), F]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def fifth[G](implicit ev: Field5[F, G]): AppliedAffineTraversal[(A, B, C, D, E), G]

select the fifth element of a Tuple5

select the fifth element of a Tuple5

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

select the first element of a Tuple5

select the first element of a Tuple5

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

select the fourth element of a Tuple5

select the fourth element of a Tuple5

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

select the second element of a Tuple5

select the second element of a Tuple5

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

select the third element of a Tuple5

select the third element of a Tuple5

Inherited methods

Inherited from:
Product