Tuple4ToAppliedLensOps

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

Value members

Concrete methods

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

select the first element of a Tuple4

select the first element of a Tuple4

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

select the fourth element of a Tuple4

select the fourth element of a Tuple4

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

select the second element of a Tuple4

select the second element of a Tuple4

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

select the third element of a Tuple4

select the third element of a Tuple4

Inherited methods

Inherited from:
Product