Tuple3ToAppliedLensOps

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

Value members

Concrete methods

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

select the first element of a Tuple3

select the first element of a Tuple3

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

select the second element of a Tuple3

select the second element of a Tuple3

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

select the third element of a Tuple3

select the third element of a Tuple3

Inherited methods

Inherited from:
Product