Tuple5ToAppliedLensOps

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

Value members

Concrete methods

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

select the fifth element of a Tuple5

select the fifth element of a Tuple5

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

select the first element of a Tuple5

select the first element of a Tuple5

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

select the fourth element of a Tuple5

select the fourth element of a Tuple5

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

select the second element of a Tuple5

select the second element of a Tuple5

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

select the third element of a Tuple5

select the third element of a Tuple5

Inherited methods

Inherited from:
Product